<!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="X-UA-Compatible" content="IE=EmulateIE7" /> 
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<title>
			哎呀...您访问的页面不存在
		</title>
		<style>
			*{margin:0;padding:0}
			body{font-family:arial,"\5FAE\8F6F\96C5\9ED1";background:#DAD9D7; height: 100%;}
			img{border:none}
			.bg{width:600px;background:url("/Public/Static/err/01.jpg") no-repeat center top #DAD9D7;position:absolute;top:50%;left:50%;margin-left:-300px;margin-top:-300px;height:600px;overflow:hidden}
			.c1{height:360px;text-align:center}
			.c1 img{margin-top:180px}
			h2{text-align:center;color:#555;font-size:18px;font-weight:normal;height:35px}
			.c2{height:35px;text-align:center}
			.c2 a{display:inline-block;margin:0 4px;font-size:14px;height:23px;color:#626262;padding-top:1px;text-decoration:none;text-align:left}
			.c2 a:hover{color:#626262;text-decoration:none;}
			.c2 a.home{width:66px;background:url("/Public/Static/err/02.png");padding-left:30px}
			.c2 a.home:hover{background:url("/Public/Static/err/02.png") 0 -24px}
			.c2 a.home:active{background:url("/Public/Static/err/02.png") 0 -48px}
			.c2 a.sr{width:153px;background:url("/Public/Static/err/03.png");padding-left:28px}
			.c2 a.sr:hover{background:url("/Public/Static/err/03.png") 0 -24px}
			.c2 a.sr:active{background:url("/Public/Static/err/03.png") 0 -48px}
			.c3{text-align:center;color:#999;font-size:12px}
		</style>
	</head>
	<body>
		<div class="bg">
			<div class="c1">
				<img src="/Public/Static/err/err.png"/>
			</div>
			<h2>
				哎呀...您访问的页面不存在
			</h2>
			<div class="c2">
				<a href="/" class="home">
					网站首页
				</a>
				<a href="/" class="sr">
					搜索一下页面相关信息
				</a>
			</div>
			<div class="c3">
				您可能输入了错误的网址，或者该网页已删除或移动
			</div>
		</div>
	</body>
</html>