body {
	font: 80% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: white;
	background: #000000 url('');
	text-align: center;
	margin: 0 0 10px;
	}

#page {
	background: #000000;
	text-align: left;
	margin: 0 auto;
	padding: 10px 0 10px;
	position: relative;
	width: 840px;
	border: 1px solid #fff;
	border-top: none;
	}
* html #page { width: 840px } /* IE hack */

#header {
	background: black url('chaos.gif');
	width: 100%;
	height: 200px;
	}
.navigation a {
        color: #fff;
        }
.entry-meta a, .comment-meta a {
        color: #fff;
        }
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited
{
color: #fff;
}
li.byuser
{
background-color: #0a0a0a;
}

a 
{
color: #fff;
text-decoration: none;
}
