@charset "utf-8";

html {height: 100%;}

* html body {height:100%;}

body {
	margin:0;
	padding:0;
	background:#40878C url(../images/bg_body.jpg) center top no-repeat;
	color:#333;
	position:relative;
	min-height: 100%;
}

#pagebody{width:990px; margin-left:auto; margin-right:auto;}

#top{ width:990px; margin:0 auto; height:130px; clear:both;}
#top .logo{
	width:200px;
	margin-top:54px;
	margin-left:0px;
	padding-left:30px;
	float:left;
	text-align: left;
	
}
#top .topkv2{
    width:728px;
	float:right;
	margin-right:0;
	text-align: right;
	padding: 30px 10px 10px 10px;	
}
#top .topkv{
	width:240px;
	float:left;
	margin-right:0;
	text-align: left;
	padding-top: 40px;
}

#nav{height:56px; width:990px; margin:0 auto; position:relative; top:0; right:0; float:right; clear:both; background:top left no-repeat; }

#nav .topmenu{float:right; height:23px; width:606px; display:block; margin-right:20px; margin-top:7px; overflow:hidden;}
#nav .topmenu li{float:left; margin:0; padding:0;}


#main{width:990px; margin:0 auto;clear:both; overflow:hidden;}

#footer{
	background:#40878C;
	position:absolute;
	top:auto;
	bottom:-23px;
	left:0px;
	z-index:1;
	width:100%;
	height:40px;
	overflow:hidden;
	}
#footer .footer{ width:1010px; margin:0 auto;}
