html, body{
	background: black;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font: normal 10px Arial, sans-serif;
	color: white;
	overflow: hidden;
}

img { border: 0; }

#main {
	width: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -280px 0 0 -200px;
	text-align: center;
}

