body, html {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body {
	margin: 0 auto;
	background-image: url('maintenance-moving-20121121.gif');
  background-repeat: no-repeat;
  background-position: center center;
	background-size: 865px auto;
}
h1, p {
	font-family: 'Inter', sans-serif;
	color: #708090;
}
p {
	margin-top: 20px;
	margin-bottom: 40px;
}
a {
	color: inherit;
}
div {
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: rgba(255,255,255,0.8);
	text-align: center;
}
@media (max-width: 979px) {
	body {
	  background-position: center center;
	  -webkit-background-size: 480px auto;
	     -moz-background-size: 480px auto;
	       -o-background-size: 480px auto;
	          background-size: 480px auto;
	}
}
@media (max-width: 767px) {
	p {
		margin-top: 20px;
		margin-bottom: 40px;
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	body {
	  background-position: center 120px;
	  -webkit-background-size: 90% auto;
	     -moz-background-size: 90% auto;
	       -o-background-size: 90% auto;
	          background-size: 90% auto;
	}
}
