*{padding:0; margin:0}
body{
	text-align:center;
	margin:0;
	padding:0;
	font-family:"微软雅黑";


/*头部logo*/
h1{
	margin-top:150px;
}
h1 a{
	display:block;
	width:238px;
	height:80px;
	margin:0 auto;
	background:url(logo.gif) no-repeat;
	text-indent:-9999px;
	position:relative;
	
}
#notice{
	position:absolute;
	width:235px;
	height:160px;
	background:url(logo.png);

	left:235px;
	top:-120px;
}
/*提交表单*/
#website{
	border:1px solid #CCC;
	border-top-color:#666;
	width:400px;
	height:30px;
	font-weight:bold;

	font-family:Helvetica Neue,Helvetica,Arial,sans-serif;

	font-size:20px;
	line-height:30px;
	color:#333;
}
#chapr{
	font-family:"微软雅黑";
	margin:10px 0;
	font-size:15px;
}


/*other内*/
#other{
	font-size:11px;
	color:#666;
}
#other a{
	color:#245FA5;
	text-decoration:none;
}
#other a:hover{
	color:#6DA7E7;
	text-decoration:none;
}
#pr_info{
	margin:0 0 50px;
	font-size:20px;
}
#pr_info b{
	color:#2F9BCD;
}
#pr_info span{
	font-size:13px;
}
