html, body{
	height:100%;
	width:100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #330047;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;*/
}


DIV.centerVert {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
}

DIV.centerHori {
	position: absolute;
	left: 50%;
	width: 800px;
	height: 500px;
	margin-left: -400px;
	margin-top: -250px;
}
