body {
background-color: #000000;
padding: 0;
margin: 0 auto;
text-align: center;
}

#main {
}

#logo {
text-align: center;
}

#content {
background-color: #202020;
color: #ffffff;
font-family: verdana, helvetica, sans-serif;
overflow: auto;
}

#content h1 {
font-size: 24px;
border-bottom: 1px solid #ffffff;
}

#content p {
}

#header {
color: #ffffff;
font-family: verdana, helvetica, sans-serif;
font-weight: bolder;
font-size: 66px;
}

#menu {
background-color: #202020;
}

#menu a {
display: block;
text-align: left;
color: #c0c0c0;
font-family: verdana, helvetica, sans-serif;
font-weight: bolder;
text-decoration: none;
border-bottom: 1px solid #000000;
}

#menu a:hover {
background-color: #000000;
color: #ffffff;
}

#copyright {
color: #202020;
font-family: verdana, helvetica, sans-serif;
font-size: 0.8em;
}

#copyright a {
color: #202020;
text-decoration: underline;
}

#copyright a:hover {
color: #ffffff;
}

