body,html {
background: url(bg.jpg);
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
overflow:hidden;
width:100%;
height:100%;
}
div#container {
font: 100% Arial black; 
color: White;
z-index:1;
margin:auto;
width:100%;
position:absolute;
height:100%;
}

div#container a{
font: 90% Arial; 
color: White;
}

#footer {
 position: absolute; 
 bottom: 0; 
 text-align: center; 
 color:#ffffff;
 font: 75% Arial; 
 width: 100%;
 background-color:#000000;
}
#footer a{
 color:#ffffff;
 font: 100% Arial; 
}