html {
    height: 100%;
}

body {
	background:#f7eedb;
	display: table;
	height: 100%;
	margin: 0px;
	width: 100%;
}

h1 {
	margin: 0px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.main {
	display: table-cell;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}