html, body {height: 100%;}
body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
img.logo {
	max-width: 480px;
	position: absolute;
	top: calc(50% - 300px);
	left: calc(50% - 240px);
	z-index: 5;
}
p {
	text-align: center;
	padding: 0px;
	margin-top: 0 0 .6em 0;
}
h3 {
	font-size: 16px;
	color: #336cbb;
}
#container {
	width: 100%;
	height: 100%;
}
#main {
	position: absolute;
	bottom: 1em;
	text-align: center;
	width: 100%;
}