body {
	background: #201e21;
	color: #ababab;
	font-family: 'Oxygen', sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 1.2em;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}
a, a:hover, a:visited {
	color: #fff;
	text-decoration: none;
}
#logo h1 {
	margin: 0;
}
#maintenance-page {
	min-height: 500px;
	padding: 50px 0;
}
.container {
	width: 100%;
	max-width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
#maintenance {
	text-align: center;
	margin-top: 100px;
}