@charset "utf-8";
/* CSS Document */
div#centered {
	border: 0;
	height: 600px;
	width:800px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left:-400px;
	margin-top:-299px;
	visibility: inherit;
	overflow: hidden;
}
