﻿body {
    background: #fbfbfb;
}
.error {
    width:100%;
    height:100%;
    position:relative;
    top:0px;
    left:0px;
}
.error_img {
    width: 1000px;
    margin: 0 auto;
    height: 426px; 
    text-align: center; 
    position: relative;
    margin-top:200px;
}
.error_cont {
    width:1000px;
    margin:0 auto;
    text-align:center;
}
.error_cont a {
    width:200px;
    text-align:center;
    color:#1038f7;
}
