body{
	background-repeat:no-repeat;
	background-position: center top;
	background-color:#ffffff;
	text-align:center;
	margin:0px auto;
	padding:0;
	}

.main{
	width:1000px;
	height:850px;
	margin:0px auto;
	position:relative;
}
.topword{
	background-color:#0D657A;
	width:1000px;
	height:20px;
	text-align:left;
	font-size:12px;
	color:#FFFFFF;
	padding:5px 0 0 0;
}
.logo{
	width:1000px;
	height:75px;
	text-align:left;
	padding:5px 0 0 0;
}
.menu{
	width:1000px;
	height:20px;
	text-align:left;
	margin:0 0 5px 0;
	overflow:hidden;
}

.counter{
	width:1000px;
	height:30px;
	text-align:left;
	margin:0px auto;
	overflow:hidden;
	}
	
iframe{
	width:355px;
	height:850px;
	border:none;
	float:right;
	text-align:left;
	position:relative;
	overflow:auto;
}

.leftbox{
	width:590px;
	height:630px;
	float:left;
	text-align:left;
	position:relative;
	border:none;
	overflow:auto;
}
.leftbox2{
	width:1000px;
	height:630px;
	float:left;
	text-align:left;
	position:relative;
	border:none;
	overflow:auto;
}
.new{
	background-image:url(../img/new_line.png);
	background-repeat:no-repeat;
	padding:2px 0 0 0;
	width:352px;
	height:80px;
	overflow:hidden;
	font-size:12px;
	color:#0D657A;
	text-align:left;
}
.about{
	background-image:url(../img/about_line.png);
	background-repeat:no-repeat;
	padding:15px 0 0 15px;
	width:338px;
	height:164px;
	overflow:auto;
	font-size:12px;
	color:#0D657A;
	text-align:left;
}
.footer{
	width:950px;
	height:40px;
	bottom:0px;
	text-align:center;
	position:absolute;
	font-size:11px;
}

.texta{
	font-size:12px;
	color:#0D657A;
}
.textb{
	font-size:14px;
	color:#0D657A;
	font-weight:bold;
}
.textnew{
	font-size:12px;
	color:#F36;
}
a{color:#FF6666;}

a img {
border: none;
}