@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: 40px;
	padding-top: 120px;
	font-size: 4rem;
	color: #222;
}

.footer
{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 0.9rem;
}
.logo
{
	padding-top: 120px;
	width: 180px;
	height: auto;
}