body, html{ 
    height: 100%; 
}

body{
	color: #222;
	font-size: 100%;
	font-family: sans-serif;
	line-height: 20px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	background: #55575c;
	-webkit-box-shadow: inset 0 0 300px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 0 300px rgba(0,0,0,0.5);
	box-shadow: inset 0 0 300px rgba(0,0,0,0.5);
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    line-height: 1;
}

#under-construction{
	background: rgba(255,255,255,0.5);
    border-radius: 15px;
	display: block;
	position: absolute;
	width: 850px;
	height: 280px;
	top: 50%;
	left: 50%;
	margin: -160px 0 0 -400px;
    padding-top: 15px;

}
#under-construction h1{
	text-align: center;
}
#under-construction h1 img{
	text-shadow: 0 1px 1px rgba(0,0,0,0.75), 0 0 5px rgba(198,234,247,0.7);
}
#under-construction h2{
	text-align: center;
	font-size: 30px;
}
#under-construction p img {
    position: absolute;
    right: 30px;
    top: 10px;
}
#under-construction p{
	text-align: center;
    margin-bottom: 0.3em;
}
a, a:visited {
	color: #55575c;
	text-decoration:none;
}
a:active, a:hover {
	color: #800000;
	text-shadow: 0 1px 1px rgba(0,0,0,0.75), 0 0 5px rgba(198,234,247,0.1);
}