html, body {
	height: 100%;
	font: 11pt courier;
}

body {
	background-color:black;
}

#content {
	width: 500px;
	height: 600px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -300px;
}

a {
	text-decoration:none;
	color: #fff;
	margin:10px;
}

a:hover {
	text-decoration:underline;
}

p {
	margin: 0 0 20px 0;
	color: #cccccc;
	line-height: 140%;
}

.page_holder {
	width 750px;
	font-family: courier, serif;
}
