body {
margin: 0 auto;
padding: 0;
height: 100%;
background: #160004;
}



<!--
/* CSS Tabs */
#navlist {
	  height: 45px;
        padding: 0px 0px 0px 0px;  
        font-family: Verdana, sans-serif, helvetica;


}

#navlist li {
        list-style: none;
        display: inline;
	border: 0px;


}

#navlist li a {
        padding: 0px 0px 0px 0px;
        text-decoration: none;
	FONT-WEIGHT: BOLD;
	border: 0px;
}

/*
#navlist li a:link { color: #ddd; }
#navlist li a:visited { color: #aa0000; }

#navlist li a:hover {
        color: #fff;

}

#navlist li a#current {
	  color: #aa0000;	
	  border: 0px;

	  background-color: #000000;
	  
}*/
-->


#container {
    display: table;
    }

  #row  {
    display: table-row;
    }

  #col {
    display: table-column;
    }	

  #left, #right, #middle {
    display: table-cell;
    }

			p{ color: #000;
			   font-family: Trebuchet MS, Verdana, Tahoma, Helvetica;
			   font-size: 13px;
			}

			hr{ color: ddd; }

			h3{
			   color: #eff0ef;
			   font-family: Helvetica;
			  }

			a:link{
				color: #CC22CC;
				text-decoration: none;
			}

			a:visited{
				color: #CC22CC;
				text-decoration: none;
			}



table{
background-repeat: no-repeat;
}

iframe{ border-top: 0px solid; border-color: #D8D8D8}

div#top  {position: relative; width: 100px; height: 125px; top: 0px; left: 0px;}
div#content {position: relative;width:100px; height: 900px; top:150px; left: 0px;}
div#foot {position:relative;width:800px;height: 40px; top:1199px; left: -1px; float: bottom;border-left:0px solid #000000; border-right:0px solid #000000;}

a:link {color: #000000; text-decoration: none; border: 0px;}
a:visited {color: #000000; text-decoration: none; border: 0px;}

