#body{
margin:0px;
padding:0px;
text-align:center;
background-image:url(splash.jpg);
background-repeat: repeat-x;
background-color:#f5e64f;
}

#nest{
margin-left:auto;
margin-right:auto;
padding:0px;
width:800px;
height:600px;
overflow:hidden;
text-align:left;
}
#top{
background-image:url(header.jpg);
background-repeat: no-repeat;
background-position: top center;
height:148px; 
width:800px;
display:block;
overflow:hidden;
}

#display{
background-image:url(display.jpg);
background-repeat: no-repeat;
height:338px;
width:800px;
display:block;
overflow:hidden;
padding-left:30px;
text-align:left;
}

#footer{
background-image:url(footer.jpg);
background-repeat: no-repeat;
background-position: top center;
height:114px;
width:800px;
display:block;
overflow:hidden;
text-align:left;
padding-top:50px;
}

#directions{
margin-left:50%;
height:40px;
width:100px;overflow:hiden;
font-size:10px;
display:bock;
float:left;
text-align:center;
}

#lang{
height:40px;
width:100px;overflow:hiden;
font-size:10px;
display:block;
float:left;
text-align:center;
}




