body {
	background-color: #000; /* cosmetic */
	margin: 0px; /* required */
}
div#wrapper {
	background-color: black; /* cosmetic */
	height: 0px; /* set to taste */

	/* required */
	position: absolute;
	overflow: visible;
	display: block;
	width: 100%;
	left: 0px;
	top: 50%;
}
div#center {
	background-color: #000000; /* cosmetic */
	border: 0px solid #FFF; /* cosmetic */

	overflow: auto; /* set to taste */

	position: absolute; /* required */
	left: 50%; /* required */

	margin-left: -325px; /* half of width */
	width: 650px; /* width of div */

	height: 420px; /* height of div */
	top: -210px; /* half of height */
}
