<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>404</title>

<style>
body{
	padding:0px;
	margin:0px;
	background:#b0dbf4;
}
.bg{
	background:url(/images/404_bg.png) no-repeat center;
	width:724px;
	height:633px;
	margin:10px auto;	
}
.start_box{
	width:392px;
	height:110px;
	margin:35px auto;
}
.start_box p{
	margin:0px;
}
.start_box ul{
	width:80%;
	margin-top:15px;
	height:37px;
	line-height:37px;
	color:#fff;
	background:#4ab8f7;
	font-size:15px;
	text-align:center;
	list-style-type:none;
	 
	padding:0px;
}
.start_box ul li{
	width:50%;
	float:left;
}
.start_box ul a{
	color:#fff;
}
</style>

</head>

<body>
<div class="bg">
	<center><img src="/images/star.png" style="padding-top:20%;" /></center>
	<div class="start_box">
		<p style="text-align:center; color:#4ab8f7; font-size:31px;">SORRY您访问的页面弄丢了</p>
		<!--<p style="color:#4ab8f7; font-size:20px; text-indent:10px;">您可以通过以下方式继续访问……</p>
		<ul>
			<a href="/?about.html"><li>关于我们</li></a>
			<a href="/"><li style="background:#ff6600;">返回首页</li></a>
		</ul>-->
	</div>
</div>

</body>
</html>