body.maintenance-page #page {
    text-align: center;
    background-color: #205493 !important;
    color: #ffffff !important;
}

body.maintenance-page #main-wrapper {
    min-width: 500px;
    margin: 0 auto;
    max-width: 1000px;
}

body.maintenance-page h1, body.maintenance-page h2 {
	color: #ffffff;
}

body.maintenance-page h1 {
	font-size: 3em;
	line-height: 1.3em;
	padding-bottom: 1em;
}

body.maintenance-page h2 {
	font-size: 2em;
	line-height: 1.3em;
	padding-bottom: 1em;
}

.maintenance-wrapper {
	width: 100%;
	height: 100%;
	margin: 50% 0;
}

.maintenance-content {
	vertical-align: middle
}

body.maintenance-page img {
	width: 300px;
	margin-top: 50px;
}