
html, body
{
	width: 100%;
	height: 100%;
	font: normal 13px/normal verdana, arial, sans-serif;
	color: #444;
	background-color: #fff;
	padding: 0;
	margin: 0;
}

div
{
	width: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: url('/img/logo.gif') no-repeat transparent 0 0;
	padding: 140px 0 0 0;
	margin: -100px 0 0 -150px;
}

p
{
	text-align: center;
	line-height: 22px;
	margin: 0 0 15px 0;
}

span,
span a
{
	font-family: georgia, sans;
	font-size: 17px;
	color: #7dbe01;
}

span a			{ text-decoration: underline; }
span a:hover	{ text-decoration: none; }
