body {
	line-height: 48px;
	text-align: center;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 11px;
	background-color: black;
}

#image {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -512px;
	margin-top: -180px;
	height: 361px;
	width: 1024px;
}
a:link, a:visited, a:hover {
		color: white;
	}

