body {
color:#FFF;
height:100%;
background-color:#000;
text-align: center;
}

body img {
border: none;
}

div#container
{
margin:auto;
width:900px;
height:100%;
text-align: left;
}

/* Begin Footer CSS*/
iframe#footer {
width:560px;
height:160px;
overflow-y:hidden;
overflow-x:hidden;
}

div#footer img {
border: none;
}

div#footer
{
text-align:center;
color:#999999;
overflow-y:hidden;
overflow-x:hidden;
}
/* End Footer CSS*/
/* Begin navbar CSS*/

iframe#header {
width:900px;
height:50px;
overflow-y:hidden;
overflow-x:hidden;
}

ul#list-nav li{
display: inline;
}

ul#list-nav li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: none;
}

ul#list-nav li a:visited{
color: white;
}

ul#list-nav li a:hover, ul#list-nav li .current{
color: white;
background: transparent url(../images/blockactive.gif) center center repeat-x;
}

ul#list-nav{
margin: 0;
padding: 0;
float: left;
font: bold 16px Arial;
width: 900px;
border: none;
background: transparent;
list-style: none;
}
/*End navbar CSS*/
