body
{
	margin: 0;
	width: 100%;
	height: 100%;
	background: #000;
	color: #f90;
	font-family: Myriad, Verdana, Geneva, sans-serif;
}

#erik
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 600px;
	height: 300px;
	margin: auto;
}

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