body {background-color: #000000}
p, h1, h2, h3, h4, h5, h6, td, th, li {color: #FFFFFF}
blockquote {color: #EEEEEE;
            background-color: #222211}
a {color: #EEEEAA}
#navbar {
	position: absolute;
	left: 0;
	width: 200px;
}
#content {
	position: absolute;
	left: 200px;
	width: 100%;
}
