html,body {
	margin: 0;
	padding: 0;
}

.percent {
	width: 100%;
	height: 100%;
}

.tdAlign {
	vertical-align: middle;
	text-align: center;
}

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

div.top {
	position: absolute;
	top: 0px;
	left: 20px;
	width: 750px;
	height: 350px;
}

div.main {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 750px;
	height: 350px;
}