*{
 margin:0;
 padding:0;
}
html{
 height:100%;
}
body{
 height:100%;
 color:#a4a4a4;
 cursor:default;
 font-size:11px;
 line-height:16px;
 text-align:center;
 background-color:#000;
 background-position:50% 0;
 background-repeat:no-repeat;
 font-family:Tahoma,sans-serif;
}
a:link,a:visited{
 color:#fff;
 text-decoration:none;
}
a img{
 border:0;
}
 
div#header{
 margin:-1px 0 0;
}

 