/* CSS Document */

html, body {
	height: 100%;
}

html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }

#centeredcontent {
	width: 800px;
	height: 567px;
	text-align: center;
	/*border: 1px solid #000;*/
	background-color: #CCCCCC;
	color: #AFCFE8;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px; 
	/* Half the width of the DIV tag which is half-width in pixels */
	margin-top: -283px; 
	/* Half the height of the DIV tag which is half-height in pixels */
}

.terms	{
	font-family:Arial, Helvetica, sans-serif;
	color:#E06699;
	font-size:10px;
}

