body
{
	background-color:#000000;
	color:#AAAAAA;
}

menu
{
	list-style-type: none;
	position: fixed;
	left:200px;
	top:150px;
}

div.content
{
	position: fixed;
	left:350px;
	top:150px;
}

.center
{
	margin-left:auto;
	margin-right:auto;
	width:390px;
}

p.quote
{
	margin-top:0px;
	margin-left:20%;
	margin-right:-500px;
}
