 body {
            margin: 0;
            padding: 0;
            background: #efefef;
            font-family:'Microsoft YaHei';
        }

        div#mother {
            margin: 0 auto;
            width: 943px;
            height: 572px;
            position: relative;
        }

        #errorBox {
            background: url(/404_bg.jpg) no-repeat top left;
            width: 943px;
            height: 572px;
            margin: auto;
        }

        #errorText {
            color: #39351e;
            padding: 120px 0 0 446px;
        }

            div#errorText p {
                font-size: 14px;
                line-height: 26px;
            }

        .link { /*background:#f90;*/
            height: 50px;
            width: 145px;
            float: left;
        }

        #home {
            margin: 25px 0 0 444px;
        }

        #contact {
            margin: 20px 0 0 25px;
        }

        h1 {
            font-size: 40px;
            margin-bottom: 35px;
        }