#center {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1000px;
	height: 750px;
	margin-left: -500px; /* half of width */
	margin-top: -375px;  /* half of height */
}
