<!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 type="text/css">
       body{ background: url('/static/404/404.jpg') no-repeat top center #42A0E0}
       .cont{ width: 1200px; margin: 0px auto; position: relative;}
       .nr{ position: absolute; z-index: 100; top: 320px; right: 360px; width: 200px;
           height: 100px; color: #fff; line-height: 25px;}
       .nr a{color: #fff; text-decoration: none; font-weight: bold; font-size: 14px; letter-spacing: 2px}
   </style>
</head>
<body>
<div class="bg">
    <div class="cont">
        <div class="nr">
            >><a href="/">返回首页</a>
        </div>
    </div>
</div>
</body>
</html>