@charset "utf-8";
/* CSS Document */
/*首页框架*/
body {
	background-image: url(../images/0bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #000;
}
#warp{width:1000px; margin:0 auto; overflow:hidden;}
#header{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
	background-image: url(../images/03.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#contain{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	
	background-repeat: no-repeat;
	background-position: left top;
	}

#left {
	display:block;
	float:left;
	width:704px;
}


#right {
	display: block;
	float: right;
	width: 296px;
	
	
}

#footer{
	width:970px;
	overflow:hidden;
	clear:both;
	background-image: url(../images/sy_22.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 51px;
	line-height: 51px;
	padding-left: 30px;
}
