body, html{
width:100%;
height:100%;
margin:0;
padding:0;
}

body{
background: #fff url('/images/templates/404.png') no-repeat right center;
}

.treb{
font-family: Trebuchet MS;
}

.tah{
font-family: Tahoma;
}

.blue{
color: #03588c;
}

a.blue:hover{
color: #1f93dc;
}

#container{
width:50.4%;
height:100%;
margin:0 auto;
}

#container table{
width:100%;
height:100%;
}

#container table td{
text-align:center;
}

#container #inner-container{
margin:0 auto;
}

#number{
font-size:12.75em;
color:#000;
font-weight:600;
}


#not_found{
font-size:2.9em;
color:#4c4c4c;
font-weight:600;
margin-top:-1em;
padding-right:4em;
}

#content{
color:#4c4c4c;
font-size:0.8em;
padding-left:55%;
padding-top:1em;
text-align:left;
width:23em;
}