
html, body
{
	background-color: #000;
	margin: 0px;
	width: 100%;
	height: 100%;
}

body
{
	font-family: Verdana;
	font-size: 1em;
	color: #fff;
}

#wrapper
{
	width: 100%;
	height: 100%;
	background: url(/gfx/neil-gimp.png) no-repeat center 30%;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
}

#wrapper span
{
	display: block;
	font-size: 2.2em;
	position: relative;
	top: 30%;
	margin-top: 330px;
}
