/* CSS Document */
body{
background-color:#000000;
color:#ffcc00;
font-family:Verdana, Arial, Helvetica, sans-serif;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
width:1000px;
height: 100%;
margin: auto;
}
a img {border: none; } 
a:link{
color:#ffcc00;
}
a:visited{
color:#ffcc00;
}
h2{
font-size:medium;
}
.sidebar{
float:left;
width:300px;
padding-right:5px;
}
.main{
float:left;
width:695px;
}


