@charset "UTF-8";
html, body {
	height: 100%;
}


#centeredcontent {
	text-align: center;
	border: 0px none #000;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -250px;
	vertical-align: middle;
	width: 800px;
}
#centeredcontentcurvedwall {
	text-align: center;
	border: 0px none #000;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -300px;
	vertical-align: middle;
	width: 800px;
}

