@charset "utf-8";
body {
	background-image: url(image/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
}
#box {
	width: 600px;
	margin: 0px auto;
	padding: 5px;
	background: #FFFFFF;
}
#box #mainpict {
}


#box .greybar {
	background-color: #EDEDED;
	width: 600px;
	height: 20px;
}
#box #header {
	height: 80px;
	margin-top: 50px;
}

#box  #header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#box  #header  ul li {
	float: left;
	height: 80px;
}
#box #logo {
	width: 114px;
	height: 55px;
	margin: 13px;
}
#box #titleleft   {
	font-size: 14px;
	font-weight: bold;
	margin: 32px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#box #requirement {
	width: 580px;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
	margin: 30px 20px;
}
#box #requirement h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

#box #requirement a {
	text-decoration: none;
	color: #999999;
}


#footer {
	width: 600px;
	text-align: center;
	background: #EDEDED;
	font-size: 10px;
	line-height: 25px;
	color: #999999;
}
