@charset "utf-8";
#banner {
	background-image: url(img/banner.jpg);
	margin: auto;
	height: 80px;
	width: 1200px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
#center {
	margin: auto;
	width: 1200px;
	background-attachment: scroll;
	background-image: url(img/center.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.clear {
	clear: both;
	float: none;
}
#hlk{
	margin: auto;
	width: 1200px;
	height:30px;
	
	}
	
#index2_center{
	margin: auto;
	width: 1200px;
	height:1200px;
	padding:5px;
	
	
	}

#con {
	padding-top：20px;
	padding-left:100px;
	width: 1000px;
}






#bottom {
	background-attachment: scroll;
	background-image: url(img/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	height: 80px;
	width: 1200px;
	color:#F8F8F8;
	
	
	
}
