﻿body{
    background:#f5f5f5;
}
#nav .current a {
    color: #333;
}
#nav .current a:hover {
    color: #fff;
}
#main{
    height:481px;
    background:url(/images/404.png) no-repeat;
    margin:80px 0;
    padding:80px 0 0 580px;
}
#main h1{
    font-weight:normal;
    font-size:23px;
    margin-bottom:20px;
}
#main dd,#main dt{
    line-height:24px;
    font-size:14px;
}
#main a{
    display:block;
    width:145px;
    height:37px;
    text-align:center;
    line-height:37px;
    color:#fff;
    font-size:16px;
    background:#FE6F3D;
    border-radius:4px;
    margin-top:18px;
}
#main a:hover{
    background:#F4602C;
    text-decoration:none;
}