#ad {
 clear: both;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 1em;
 padding-top: 0.4em;
 overflow: auto;
 width: 52em;
 text-align: center;
}

body { 
 background-color: black;
 background-image: url('../files/hudf.gif');
 background-repeat: repeat-x;
 background-attachment: fixed;
 font-family: verdana, sans-serif;
 margin: 0; 
 padding: 0;
}

#universe {
width: 790px;
margin-left: auto;
margin-right: auto;
margin-top: 1em;
background-color: white;
}

#header {
width: 790px;
height: 190px;
position: relative;
margin: 0;
padding: 0;
overflow: hidden;
text-align: center;
margin-left: auto;
margin-right: auto;
}

#header span {
position: absolute;
top: 0;
left: 0;
padding: 0;
width: 790px;
height: 190px;
}

#header img {
border: 0;
}

#content-container {
margin: 0;
padding: 0 1em;
}

#content-container a {
text-decoration: none;
}

#content-container a:hover {
text-decoration: underline;
}

#content ul li { margin: 5px 0; }

#content ul li img { vertical-align: middle; margin-right: 5px;}

#comments { border-top: 1px dashed gray; }

.comment {
border: 2px outset #CCF;
background-color: #DDF;
margin: 1em 0;
padding: 0 1em;
}

#footer {
border-top: 1px dashed gray;
margin: 1em;
padding: 5px;
}

#footer a {
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

#footer * {
font-size: 0.75em;
text-align: center;
margin: 0;
padding: 0.3em;
}