body {
background-image: url(gradient.png);
background-repeat: repeat-x;
background-color: #000000;
color: #FFFFFF;
font-family: Verdana, Geneva, sans-serif;
}

#woot_navigation {
width: 100%;
height: 18px;
position: absolute;
top: 0px; left: 0;
border-bottom: 1px solid #FFF;
background: rgba(255, 255, 255, 0.2);
}

#comic {
margin: auto;
width: 900px;
}

#comic_navigation a {
text-align: center;
padding: 5px;
border: 1px solid #FFF;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: rgba(255, 255, 255, 0.2);
}

#irc {
}

#blog {
text-align: justify;
width: 80%;
margin: auto;
}

font.date {color: grey;}

A:visited	{text-decoration: none; color: white;}
A:active	{text-decoration: none; color: white;}
A:hover	{text-decoration: none; color: grey;}
A:link	{text-decoration: none; color: white;}
