body{
background-color: #01212F;
text-align: center;
}

#mainContainer { 
margin-top: 50px;
margin-right: auto;
margin-left: auto; 
border: 10px solid #004157; 
background-image: url(../images/404_error.jpg);
background-repeat: none;
width:775px; 
height:478px; 
}

p{
text-align: center;
color: #fff;
font-family: Arial;
font-size: 12px;
margin-bottom: 20px;
}

a{
color: #fff;
font-size: 15px;
}