@charset "UTF-8";
/* CSS Document */
body, html
{
	height: 100%;
	background-color: #eee;
	color: #666666;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.underConstruction
{
	height: 100%;
	font-size: 1.2em;
	
}
h1
{
	margin-bottom: 120px;
	padding-top: 120px;
	font-size: 4rem;
	color: #336699;
}

.footer
{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 0.9rem;
}
