body {
margin: 0 auto;
padding: 0;
background: #160004;
}



<!--
/* CSS Tabs */
#navlist {
	  height: 60px;
        padding: 5px 10px 5px 180px;  
        font-family: Verdana, sans-serif;	
	  
        
}

#navlist li {
        list-style: none;
        display: inline;

}

#navlist li a {
        padding: 5px 10px 5px 10px;
        text-decoration: none;
	  border-left: 1px solid #8F8F8F;
}

#navlist li a:link { color: #8F8F8F; }
#navlist li a:visited { color: #8F8F8F; }

#navlist li a:hover {
          color: #ddd;
	  border-left: 1px solid #8F8F8F;


}

#navlist li a#current {
	  color: #fff;
	  border-left: 1px solid #fff;	
	  

	  
}
-->


#container {
    display: table;
    }

  #row  {
    display: table-row;
    }



  #left, #right, #middle {
    display: table-cell;
    }





table{
background-repeat: no-repeat;
}

iframe{ border-top: 0px solid; border-color: #D8D8D8}


div#content {position: absolute;width:800px; height: 800px; top:125px; left: 50px;}
div#top  {position: absolute; width: 800px; height: 125px; top: 0px;left: 50px;}
div#foot {position:absolute;width:800px;height: 40px; top:799px; left: -1px;}

a:link {color: #000; text-decoration: none;}
a:visited {color: #000; text-decoration: none;}
a:hover {text-decoration: none;}