.wrapper {
	height: 100%;
	width: 100%;
	background-color: #060606;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	
}
.wrapper #content {
	height: 1440px;
	background-image: url(../images/under_construction.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#content #message p {
	color: #82827d;
	font-size: 30px;
	text-align: center;
	margin-top: auto;
	padding-top: 5%;
	margin-right: auto;
	margin-bottom: auto;
}