* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
*:before,*:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
html,body {
	height: 100%;
	padding:0;
	margin:0;
}
body{
	color: #e6e6e6;
	background-color:#312e29;
	font-family: Neris SemiBold, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size:22px;
}
@font-face {
	font-family: "Neris SemiBold";
	font-weight: normal;
	font-style: normal;
	src: url("neris-semibold/Neris-SemiBold-webfont.eot");
	src: url("neris-semibold/Neris-SemiBold-webfont.eot?#iefix") format("embedded-opentype"), url("neris-semibold/Neris-SemiBold-webfont.woff") format("woff"), url("neris-semibold/Neris-SemiBold-webfont.ttf") format("truetype"), url("neris-semibold/Neris-SemiBold-webfont.svg#Neris SemiBold") format("svg");
}
#content {
	text-align: center;
	position: relative;
  	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  	transform: translateY(-50%);
}
img {
	display:block;
	margin: auto;
}
#maintenance {
	margin: 1em auto;
}
