body,html { 
height:100%;
margin:0; 
background:#ffffff;
font-size: 11px;
color: #999999;
font-family: Verdana, Arial, Times New Roman;
}
A:link  {
font-size: 10px;
color: #999999;
font-family: Verdana, Arial, Times New Roman;
text-decoration: none;
}
A:visited  {
font-size: 10px;
color: #999999;
font-family: Verdana, Arial, Times New Roman;
text-decoration: none;
}
A:hover  {
font-size: 10px;
color: #D5C5AA;
font-family: Verdana, Arial, Times New Roman;
text-decoration: none;
}
h1  {
font-size: 11px;
color: #666666;
font-family: Verdana, Arial, Times New Roman;
}
#container {
width:400px; height:140px;
position:absolute;top:50%;left:50%;
margin:-70px 0 0 -200px;
z-index:999
}
#left {
width:50%; height:100%;
position:absolute;top:0%;left:0%;
background:#ffffff;
}
#right {
width:50%; height:100%;
position:absolute;top:0%;left:50%;
background:#000000;
}
#footer  {
text-align:center;
width:680px;height:60px;
position:relative;
display:block;
}

