body
{
	margin: 0;

	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, sans-serif;
	color: #7F8466;

	background: #242513;
}

a, a:hover, a:active, a:visited
{
	text-decoration: none;
}

#main
{
	position: absolute;

	top: 50%;
	left: 50%;

	width: 760px;
	height: 542px;

	margin: -286px 0 0 -380px;

	border: 15px solid #242513;

	font-size: 1.2em;
	line-height: 1.25em;
}

#header
{
	color: #9FC319;
}

.hi
{
	color: #9FC319;
}

