@import url(/css/reset.css);

body{
	background:#ffffff;	
}
#wrapper{
	width:1040px;
	margin:0 auto;
}
h1{
	font-size:12px;
	font-weight:normal;
	color:#910000;
	line-height:17px;
	text-align:right;
	padding:20px 36px 0 0;
}
#select{
	margin:20px 0 0 0;
	text-align:center;
}
#select:after{
	content: "";
	display:block;
	clear:both;
}
#select .enter{
	margin:10px 0 0 0;
}
#select .exit{
	width:302px;
	height:35px;
	margin:0 auto;
	padding:30px 0 0 0;
	color:#993300;
	background:url(/img/index_exitbg.jpg) no-repeat top center;
}
.exit a{
	color:#993300;
}
.exit a:hover{
	color:#FF6600;
}
#link{
	width:748px;
	margin:20px auto 0;
	padding:0 0 10px;
	border:1px solid #dfdfdf;
	background:#efefef;
}
#link:after{
	content: "";
	display:block;
	clear:both;
}
#link ul{
	padding:0 0 0 19px;
}
#link li{
	float:left;
	display:inline;
	width:88px;
	height:31px;
	border:1px solid #7b9187;
	margin:0 0 7px 10px;
}
#selfbanner{
	clear:both;
	width:400px;
	margin:0 auto;
	text-align:center;
}
#selfbanner p{
	line-height:30px;
	color:#CC3300;
}
#selfbanner dl{
	border:1px solid #999999;
	padding:5px;
	background:#f5fff5;
}
#selfbanner dt{
	line-height:20px;
	color:#00CC00;
	font-size:12px;	
}
#selfbanner dd{
	padding:0 0 5px 0;
}
#footer{
	text-align:center;
	width:1040px;
	background:url(/img/index_footerbg.jpg) #ffffff bottom no-repeat;
}
#footer p{
	padding:50px 0 0 0;
}
#footer address{
	line-height:30px;
	padding:0 0 20px 0;
	color:#666666;
}
