table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
	text-align: center;
}

div {
	border: 0px;
}

div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 880px;
	height: 700px;
}

div.main {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 880px;
	height: 700px;
}