html, body {
	background: #80FFD9;
	color: #0088CC;
	text-align: center;
	height: 100%;
	width: 100%;
	font-family: europa, sans-serif;
	letter-spacing: -0.03em;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.container {
	height: 100%;
    width: 100%;
    display: table;
}

#message {
	display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

#header {
position: absolute;
top: 30px;
width: 100%
}

#footer {
position: absolute;
bottom: 30px;
width: 100%;
}

#footer span{
}

h1 {
	font-size: 16px;
}

h2 {
	max-width: 75%;
	margin: 0 auto;
	font-size: 50px;
}