html {       
    height:100%;    
} 
body{ margin:0px; font-size:14px; color:#333; font-family:Î¢ÈíÑÅºÚ,arial; background:#F5F5F5; height:100%;}


/*404*/
.errorBox{ position:absolute; width:100%; height:190px; top:50%; margin-top:-100px;}
.errorBox .box{ background:url(images/line2.jpg) no-repeat center bottom; background-size:200px 1px; padding:10px;}
.errorBox .box .img{ text-align:center;}
.errorBox .box .img img{ width:125px;}
.errorBox .box .msg{ text-align:center; font-size:16px; margin:10px;}
.errorBox .info{ text-align:center; color:#959595; line-height:40px;}