html
{
	height: 100%;
	background-image: url('images/bg.png');
	background-color: #eeeeee;
	background-repeat: repeat-x;
}

body
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -128px -200px;
	width: 400px;
	height: 256px;
	color: #666666;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

h1, h2
{
	color: #3399dd;
	font-family: helvetica, arial, sans-serif;
}

ul
{
	list-style: none;
	padding-left: 0px;
}

a, a:visited
{
	color: #999999;
	text-decoration: none;
}

a:hover
{
	color: #3399dd;
}

#position
{
	font-family: Tahoma, sans-serif;
	color: #ee6633;
	text-transform: uppercase;
}
