html, body {
	height: 100%;
	background-color: #f3ece1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

#centeredcontent {
	width: 735px;
	height: 500px;
	text-align: center;
	background-color: transparent;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -367px;
	margin-top: -250px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	}

