html {margin: 0; padding:0}


body
{text-align: center;
font-family: verdana,sans-serif;
font-size: 10px; color: #ffffff; 
background-color: #000000; 
margin: 0; 
padding: 0; 
scrollbar-base-color: #345678;
}


#container
{
position: relative;
width: 952px;
height: 560px;
margin: 0px auto;
border-left: 1px solid #345678;
border-right: 1px solid #345678;
border-top: 1px solid #345678;
border-bottom: 1px solid #345678;
text-align: left;
background-color: #000000; 
}


#footer
{
background-color: #345678;
position: absolute;
bottom: 0px;
width: 100%;
text-align: center;
height: 20px;
line-height: 20px;
}


#navigation a:link
{
color: #9a1101;
text-decoration: none;
}


#navigation a:visited 
{
color: #9a1101;
text-decoration: none;
}


#navigation a:hover 
{
color: #cd9933; 
height: 0px; 
text-decoration: bold;
background: #9a1101;
}


a:link
{
color: #ffffff;
text-decoration: none;
}

a:visited 
{
color: #ffffff;
text-decoration: none;
}

a:hover
{ 
color: #ffff00; 
height: 0px; 
text-decoration: bold;
background: #345678;
}