
html {
	width:100%;
	height:100%;
}

table {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 940px;
	height: 362px;
	margin-top: -181px; /* Half the height */
	margin-left: -470px; /* Half the width */
}

html, body, #wrapper {
	height:100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

#wrapper td {
	vertical-align: middle;
	text-align: center;
}
