body {
	background: black;
	left top no-repeat scroll;
	position: relative;
	margin: 0;
	padding: 0;}

div#content {
	background: black 0 0 no-repeat fixed;
	position: absolute;
	top: 145px;
	left: 25%;
	right: 125px;
	color: #EED;
	
	padding: 10px;
	border: solid #FFCC99;
	text-align: center;
	width: 600px;
        }

div#content a:link {color: white;}
div#content a:visited {color: white;}
div#content a:link:hover {color: white;}
div#content a:visited:hover {color: white;}

div#content p {margin: 0 1em 1em;}
div#content h3 {margin-bottom: 0.25em;}
div#content h1 {margin: -9px -9px 0.5em; padding: 15px 0 5px; text-align: center; background: #CCCCCC; color: black; font: bold 25px sans-serif; height: 28px; vertical-align: middle; white-space: nowrap;}
div#content dt {font-weight: bold;}
div#content dd {margin-bottom: 0.66em;}

div#titlebarleft {
	position: fixed;
	top: 5px; 
	left 0px;
	width: 160px;
	height: 125px;
	background: #520063;
	text-align:center;}

div#titlebarcenter {
	position: absolute;
	top: 5px;
	left: 126px; 
	text-align: center; 
	height: 125px; 
	width: 80%;
	background: #520063;}

div#titlebarright {position: absolute; right: 1px; top: 5px;}

div#rss {
	display: table;
	position: absolute;
	top: 155px;
	left: 80%;
	height: 300px;
	width: 150px;
	border: solid #FFCC99;
	clear: both;
        z-index: 1;
        background: black;}


div#links a {background: transparent url(black.jpg); 0 0 scroll;}
div#links a {display: block; text-align: left; font: bold 1em sans-serif;
	   padding: 5px 10px; margin: 0 0 0px; border-width: 0;
	   text-decoration: none; color: #CCCCCC;}
div#links a:hover {background: black 0 0 no-repeat scroll;}
div#links a:hover {color: white;}
div#links {background: black;}
div#links {
	position: fixed;
	top: 130px;
	left: 0;
	width: 160px;
	height: 450px;
	font: 16px Verdana, sans-serif;}
code, pre {color: #EDC; font: 110% monospace;}
