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

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

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

div {
}

div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	height: 436px;
}

div.main {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 436px;
	background-color: #FFFFFF;
	text-align: center;
	z-index: 10;
}

