@charset "utf-8";
body {
	font: "Times New Roman", Times, serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #header{
	position:relative;
	top:0px;
	left:0;
}
.oneColFixCtr #home_body{
    position:relative;
	height:478px;
	width:900px;
	
}

.oneColFixCtr #map{
    position:relative;
	margin-left:170px;
	
}

.oneColFixCtr #tag_cloud{
    position:relative;
	height:50px;
	width:900px;
	background-color:#add5fb;
	border: 3px #a1c6e9 solid;
	
}

.oneColFixCtr #tag_cloud_inside{
	float:right;
	width:700px;
	
}

.oneColFixCtr #promo_content_left{
	float:left;
	height:478px;
	width:415px;
	
}

.oneColFixCtr #content_right{
	float:right;
	height:478px;
	width:485px;
	background-image:url(image/text_bkrd.jpg);
	background-repeat:no-repeat;
	overflow:auto;
	
}

.oneColFixCtr #content_right_main{
	position:relative;
	top:40px;
	float:right;
	height:390px;
	width:470px;
	padding-left:5px;
	padding-right:5px;
	overflow:auto;
	
}



.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.menu_div {
	position:absolute;
	top: 15px;
	width: 610px;
	left: 290px;
}

.promote_div{
	position:absolute;
	top: 101px;
	left:153px;
}

.brand_div{
	position:absolute;
	top: 101px;
	left:410px;
}
.market_div{
	position:absolute;
	top: 101px;
	left:718px;
}

.oneColFixCtr #home_body{
    position:relative;
	height:478px;
	width:900px;
	
}

