/* CSS Document */
body { 
background-color:#B58E68; 
margin: 0px; 
padding: 0px; 
border: 0px; 
color: #000; 
} 

.interface { 
position: absolute; 
left: 50%; 
top: 100px; 
margin-left: -500px; 
width: 1000px; 
height: 400px; 
background-color:#79422B; 
} 

.navigation { 
position: absolute; 
left: 50%; 
top: 495px; 
margin-left: -500px; 
width: 978px; 
height: 20px; 
background-color:#D7BFA5; 
padding: 10px; 
border: 1px solid #79422B; 
} 

.footer { 
position: absolute; 
left: 50%; 
top: 495px; 
margin-left: -500px; 
width: 978px; 
height: 30px; 
padding: 10px; 
background-color:#FFFFFF; 
border: 1px solid #79422B; 
}

.footernew { 
position: absolute; 
left: 50%; 
top: 525px; 
margin-left: -500px; 
width: 978px; 
height: 30px; 
padding: 10px; 
background-color:#FFFFFF; 
border: 1px solid #79422B; 
}

a:link     { color: #7E7676; background-color: transparent; }
a:visited  { color: #7E7676; background-color: transparent; }
a:active   { color: #7E7676; background-color: transparent; }
a:hover    { color: #FF0000; background-color: transparent; }
