@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,300,700&subset=latin,latin-ext);
@import url('normalize.css');

html, body {
	height: 100%;
}
body {
	background: #2e2e2e url('images/bg.png') no-repeat center top;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.body {
	width: 980px;
	margin: 0 auto;
}

.body.error {
	width: 900px;
	padding: 40px;
	margin-top: 100px;
	background: #fff;
}
	.body.error h1 {
		color: red;
	}

.body.maintenance {
	width: 600px;
	margin-top: 30%;
}
	.body.maintenance img {
		float: left;
		margin-right: 50px;
		box-shadow: 0 0 50px #000;
	}

	.body.maintenance h1 {
		color: #aaa;
		font-weight: 300;
	}

	.body.maintenance p.info {
		color: #686868;
	}