.center {
	position: absolute;
	top: 50%;
	left: 50%;
	/* adjust negative value until content is centered */
	margin-top: -333px;
	margin-left: -500px;
	width: 1000px;
}

