
body {
 background: black;
 font-size:13px;
 color: #ddd;
}

#content {
 background-repeat: no-repeat;
 background-position: center top;
 width:800px;
 height:500px;
 position:absolute;
 top:50%;
 left:50%;
 margin:-250px auto auto -400px; 
/* border: 1px solid white;*/
 font-size: 13px;
 font-family: arial, sans-serif;
 font-weight: normal;
 color: #ddd;
}
h1 {
 font-size: 16px;
 font-family: arial, sans-serif;
 font-weight: bold;
 color: #ddd;
}
h2 {
 font-size: 12px;
 font-family: arial, sans-serif;
 font-weight: bold;
 color: #ddd;
}
p {
 font-size:13px;
 color: #ddd;
}

#content a {  font-family: arial, sans-serif; color: #bbb; }
#content a:active { color: red; }
#content a:visited { color: #bbb; }
#content a:hover { color: #eee; }

#content a.menulink {  font-family: arial, sans-serif; color: #bbb; }
#content a.menulink:active { color: red; }
#content a.menulink:visited { color: #bbb; }
#content a.menulink:hover { color: #eee; }
