/*Reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

html {
    *overflow-x: hidden;
}

/*a404*/
.a404 {
    width: 710px;
    height: 334px;
    background: url(/404/error.png) no-repeat;
    margin: 0 auto;
}

.a404 p {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #204e99;
    padding: 140px 0 0 63px;
    line-height: 25px;
}

.a404 p .error {
    font-family: "Microsoft YaHei";
    color: #000;
    font-size: 18px;
}

.a404 p a {
    color: #204e99;
    text-decoration: underline;
}