/* CSS Document */

body{
	font-size:12px;
	color:#000000;
	margin:0px;
	height:100%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	}
/*页面容器*/

#container{
	margin:0px auto;
	width:950px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #9a9a9a;
	border-right:1px solid #9a9a9a;
	background-color:#ffffff;
	
	}
/*主体内容*/
#pagebody{
	width:950px;
	height:100%;
	}
/*页面头部样式*/
.header-top{
	background-image: url(../images/index1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 90px;
	margin-bottom: 1px;
	}
/*导航*/
#nav{
	width:950px;
	}
.header-bottom{
	margin-bottom: 1px;
		}
	
#left{
	width:204px;
	margin-right:4px;
	float:left;
	}
/*页面底部*/
#footer{
	margin-top:6px;
	height:127px;
	float:left;
	}
#cente{
	width:552px;
	margin-right:4px;
	float:left;
	}
#right{
	width:185px;
	float:right;
	}
#padg-bottom{
	width:741px;
	float:right;
	}

