* {
  margin: 0;
  padding: 0;
}
html { height: 100%;}

body{
 background:#000 url(../images/background/404.gif) repeat;
 font-family:Arial, Helvetica, sans-serif;
 height: auto !important;
 height: 100%;
 min-height:800px;
 text-align:left;
 position:relative;
}
a{
 color:#0088cf;
}
a:hover{
 text-decoration:none;
}

#site{
 padding:60px 0 0 10%;
 color:#fff;
}
#arrow_overlay{
 position:relative;
}
#arrow{
 position:absolute;
 left:328px;
 top:335px;
}	
#site .str404{
 font-size:16px;
 margin:93px 0 0 0;
}
#site .strLost{
 font-size:60px;
 margin:5px 0 0 0;
}
#site .urlList{	
 font-size:24px;
 line-height:42px;
 color:#fff;
 margin:10px 0 0 0;
}

#footer{
 text-align:left; 
 position:absolute;
 height:225px;
 top:100%;
 left:10%;
 margin:-150px 0 0 0;
}
#footer #search{
 width:180px;
 height:20px;
 background:url(../images/404/search.gif) no-repeat;
}
#footer #search_text{
 padding:0;
 margin:0 0 0 10px;
 border:0;
 height:20px;
 width:160px;
 background:transparent;
 font-size:14px;
 color:#000;
}
#footer #c{
 font-size:11px;
 color:#959595;
}