body {
text-align: center;
font-family: Helvetica, sans-serif;
margin: 0px;
padding: 0px;
background: #4e4e4e url('./images/background_span.png') repeat-x;
color: #ffffff;
}
#content {
width: 800px;
text-align: left;
margin-left: auto;
margin-right: auto;
}
#content a {
color: #ffffff;
text-decoration: underline;
font-size: 18pt;
font-style: oblique;
}
#content a:hover {
text-decoration: none;
}
#footer {
margin: 15px;
}
