html, body {
	margin: 0;
}

table {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 500px;
	margin-left: -250px;
	margin-top: -250px;
}