body, html {
width: 800px;
margin: 0 auto auto auto;
text-align: center;
padding: 0;
background: #000000;
}

#main {
width: 800px;
}

a:link, a:visited {
color: #373737;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: black;
}