body, html, #wrapper {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	background-color: #082133;
	font-family: Helvetica,sans-serif;
}

#wrapper {
	position: relative;
	overflow: hidden;
	min-height: 800px;
	min-width:  1150px;
}

#maintenance {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1460px;
	height: 890px;
	margin-left: -730px;
	margin-top: -445px;
	background-image: url('/images/maintenance/bg.png');
}


#maintenance > img {
	padding: 150px 200px 0 200px;
}

#maintenance > h1 {
	padding: 40px 200px;
	font-size: 150px;
	font-weight: bold;
	letter-spacing: -5px;
	text-shadow: 0 -1px #1D7FC6;
	line-height: 130px;
	margin: 0;
}

#maintenance > p {
	padding: 0 200px;
	font-size: 30px;
	font-weight: bold;
	color: white;
}

#maintenance > p.grey {
	color: #CCC;
	font-size: 20px;
}
