@charset "utf-8";
/* CSS Document */
body
{
	background-color:#333;
	background:url(images/background.png);
	
}

#underConstruction
{
	color: #444;
	text-shadow: 0px 2px 3px #555;
	font-size: 72px;
	text-align: center;
	margin-top: 25%;
	font-family: Segoe UI, Verdana, Geneva, sans-serif;
}

