<!doctype html>
<html>
<head>
<meta charset="gb2312">
<title>网站无此页面！</title>
<style>
body {
margin:0;
padding:0;
}
#main-404 {
	width:800px;
	background:url(http://www.beiww.com/images/kf-images/kf-404bg.jpg) no-repeat 50% 100px;
	padding-top:350px;
	margin:0px auto;
}
#main-404  h1 {
	text-align:center;
	padding:15px 0;
}
#main-404  h2 {
	text-align:center;
}
#main-404 h2 a {
padding:10px 30px;
border-radius:5px;
text-align:center;
background:#00b7ee;
color:#fff;
text-decoration:none;
}
#main-404 h2 a:hover {
	color:#434343;
}
</style>
</head>

<body>
<div id="main-404">
<h1>很抱歉！你访问的页面不存在或已被删除！</h1>
<h2><a href="/">返回首页</a></h2>
</div>
</body>
</html>
