<!DOCTYPE html>
<html>

<head>

    <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
    <title>找不到页面</title>
    <style>
        html,
        body {
            height: 100%;
            padding: 0;
            margin: 0;
            background: #f3f1f4;
        }

        .clear {
            clear: both;
            width: 100%;
            height: 0;
            overflow: hidden;
        }

        body {
            min-height: 454px;
            text-align: center;
            min-width: 968px;
            color: #c63;
        }

        .FirstDIV {
            margin-top: -277px;
            /* SecondDIV高度的一半  */
            float: left;
            width: 100%;
            height: 50%;
        }

        .SecondDIV {
            clear: both;
            margin-left: auto;
            overflow: hidden;
            width: 968px;
            margin-right: auto;
            height: 454px;
            text-align: left;
            background: url(/Public/Images/404_bg.jpg) no-repeat;
        }

        img {
            border: none;
        }

        .SecondDIV h4 {
            text-align: center;
            padding-top: 330px;
        }
    </style>
</head>

<body>
    <div class="FirstDIV">
    </div>
    <div class="SecondDIV">
        <h4>
                        <a href="javascript:history.back(-1)" target="_self" title="返回上一页">
                <img src="/Public/Images/404_btn_1.gif" alt="返回上一页" /></a>
            <a href="/" target="_self" title="返回首页">
                <img src="/Public/Images/404_btn_2.gif" alt="返回首页" /></a>
        </h4>
    </div>
    <script>
        setTimeout("history.go(-1)", 2000)
    </script>
</body>

</html>