<!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 type="text/css">
body{
	background:url(img/404bg.gif) repeat-x;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	font-family:"微软雅黑",Arial, Helvetica, sans-serif;
}
.error404{
	background:url(img/404.jpg) no-repeat;
	width:825px;
	height:530px;
	
	position:relative;
}
.error_main{
	position:absolute;
	top:220px;
	left:370px;
}
a:link,a:visited{
	font-size:12px;
	line-height:20px;
	text-decoration:none;
	color:#2f7cb7;
}
a:hover{
	font-size:12px;
	line-height:20px;
	text-decoration:underline;
}
a.qitai{
	display:block;
	width:145px;
	height:150px;
	position:absolute;
	top:120px;
	text-indent:-9999em;
}
</style>
</head>

<body>
<div class="error404">
	<div class="error_main">
        <a href="index.html">我找首页去...</a><br/>
        <a href="mailto:service@webqt.cn">我要反馈此错误！</a>
        <a href="http://www.webqt.cn" target="_blank" class="qitai">企泰科技</a>
    </div>
</div>
</body>
</html>