html{ 
height:100%; 
} 

body {
  padding: 0;
  margin: 0;
  height: 100%;
  background:#E8E8E8 url('../images/bg_main.jpg') repeat-x bottom center scroll;
}



div#bottom 
{ 
width:881px; 
position:absolute; 
bottom:0%; 
left:50%; 
margin-left:-440px; 
}

td           
{ 
font-family: Arial; font-size: 12px 
}

a            { color: #666600 }
a:hover      { color: #620000 }