body {
	background-color: #000000;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	color: #ffffff;
}

#title {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	margin-left: -455px;
	margin-top: -230px;
}

#footer {
	position: absolute;
	bottom: 50%;
	right: 50%;
	margin-right: -455px;
	margin-bottom: -230px;
	font-family: sans-serif;
	font-size: 7pt;
	letter-spacing: 1pt;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#content {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -204px;
	margin-left: -455px;
	border: 1px solid #ffffff;
	width: 907px;
	height: 402px;
	background-color: #000000;
}

h1 {
	color: #ffffff;
	font-family: sans-serif;
	font-size: 10pt;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 2pt;
	margin: 0px;
	padding: 0px;
}
