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

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

div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
}

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

