html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	background-color: #FFF;
	margin: 0px auto;
	height: 100%;
}

.centered {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height:493px;
	margin-left: -400px; /* half of width */
	margin-top: -247px;  /* half of height */
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

img {
	border: 0px;
}
