body{
	background-color: #797979;
	font-family: Verdana;
	margin: 0px;
}

A:link, A:visited{
	text-decoration: none;
	color: #C9C9C9;
}

A:hover, A:active{
	text-decoration: none;
	color: #E9E9E9;
}

.wrapper{
	position: absolute;
	width: 100%;
	height: 100%;
}

.logo{
	height: 512px;
	width: 512px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left:-256px;
	margin-top:-280px;
}

.comingsoon{
	margin-top: 20px;
	position: relative;
	font-size: xx-large;
}

.footer{
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	margin: 0px;
	font-size: small;
}
