body, html
{
	background-color: #000000;
	font-family: georgia, serif;
	font-size: 10pt;
	color: #ffffff;
}

h1
{	
	margin: 0;
	font-size: 12em;
}

p
{
	margin-top:3px;	
}

#content
{	
	text-align:center;
	margin: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 400px;
	height: 400px;
	margin: -200px 0 0 -200px;
}