html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	border: 0 none;
}
#main > div {
	position: absolute;
	width: 100%;
	bottom: 7%;
	text-align: center;
}
#main > div +div {
	position: absolute;
	width: 100%;
	bottom: 4%;
	text-align: center;
}
