<!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=gb2312" />
<title>出错了，您访问的页面不存在</title>
</head>
<style>
.con{
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
	text-align: center;
}
.con h3{
	font-size: 22px;
	line-height: 35px;
	color: #666666;
}
.con img{}
.con p{
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.con p a{
	color: #FF6600;
	text-decoration: none;
}
</style>
<body>
<div class="con">
	<img src="/images/404.jpg" />
	<h3>啊～哦～ 您要查看的页面不存在或已经删除！</h3>
	<p>你可以回到：<a href="/">网站首页</a></p>
</div>
</body>
</html>
