body{
    
    background-color:#746bac;       
    background-image: url(../images/Err_bottom.png);  
    background-repeat: repeat-x; 
    background-position: bottom;    
    margin: 0px; 
    background-attachment: fixed;
    
}

.bg_box{
    display: block;
    overflow: hidden;
    background-image: url(../images/Err_top.png);  
    background-repeat: repeat-x; 
    background-position: top;
    margin:0px;
    padding: 0px;

}

.bg{

    display: block;
    margin:0 auto;
    height: 619px;
    background-image: url(../images/Err_bg.jpg);   
    background-repeat: no-repeat;
    background-position: center;
    margin-top:11%;
}

.notfound{
    display: block;   
    background-repeat: no-repeat;
    background-position: center;
    width: 920px;
    height: 350px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;   


}

.notfound img{  float: left; padding-left: 80px;}

.notfound div { overflow: hidden; margin-top: 40px; text-align: center; display: table-cell; vertical-align: middle; height: 350px;}

.notfound .top { overflow: hidden; margin-top: 100px;}

.notfound p{  color:#fff; font-size: 1.2em;  text-align: center; margin:10px; padding: 0px;}

.notfound a{ display: block; text-align: center; text-decoration: none; font-size:1.2em; margin:0 auto; border-radius: 0.2em; background-color: #fa698f; color:#fff;line-height: 2;} 
.notfound a:hover { background-color: #60559f; }

.notfound p span{ display: block;  color:#e9a6c5; font-size: 1.4em; }



@media screen and (max-width: 950px) {

    .notfound{
        width: 100%;
        height: auto;
    }   

    .notfound img{  
        float: inherit; 
        margin: 0 auto;
        display: block;
        padding-left: 0px;
    }

    .notfound .top{
        margin-top:0px;
    }

}
