html,body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

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

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

div.container {
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height: 680px;
	background-color: #FFFFFF;
	min-height: 620px;
	min-width: 900px;
}

div.main {
	position: absolute;
	top: 45px;
	left: 2px;
	width: 980px;
	height: 393px;
	text-align: center;
	z-index: 10;
}
