@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 微软雅黑;
	font-size: 14px;
	color: #999;
	line-height: 25px;
	background-image: url(../images/64201.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
#top {
	width: 100%;
	height: 50px;
	background-color: #FFF;
}
#logo {
	width: 98px;
	height: 114px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -49px;
}
#box{
	margin: 40px auto 0px auto;
	background-image: url(../images/64202.png);
	background-repeat: no-repeat;
	width: 562px;
	height: 423px;
	padding: 74px 123px 75px 115px;
}