﻿body {
	background-color: #000000;
	}
#container {
	width: 840px;
	left:50%;
	margin-left: -420px;
	position:absolute;
	top: 10px;
}
#date {
	font-size: 11px;
	font-weight: bold;
	color: #DDD;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	width: 242px;
	height: 17px;
	z-index: 1;
	left: 2px;
	top: 63px;
}
#byline {
	font-size: 11px;
	font-weight: bold;
	color: #DDD;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	height: 17px;
	z-index: 1;
	right: 2px;
	top: 63px;
}

#menu {
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	}
#menu a {
	text-decoration: none;
	color: #FFFFFF;
	}
#menu a:hover{
	color: #999999;
	}
