body {
	background:#000;
	margin:0;
	padding:0;
	color: #ececec;
	font: 12px Arial, Helvetica, sans-serif;
}
p {
	line-height: 18px;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
object {
	background:#000;
}
#page {
	margin:auto;
	width: 800px;
}
#header {
	height: 20px;
	border-bottom: 1px solid #666;
	padding: 10px 0 0 0;
}
#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#header li {
	float: left;
}
#header a {
	display: block;
	padding: 4px 12px;
	color: #ececec;
}
#header a:hover {
	color: #fff;
}
#logo_holder {
	clear: left;
	float: left;
}
