<html>

	<head>
		<style>
			html, body { height: 100%; background: url(iiq-bg-pattern.png) repeat; }
			.logo
			{
				text-align: center;
				position: absolute;
				display: inline-block;
				width: 650px;
				height: 70px;
				top: 130px;
				left: calc(50% - 325px);
			}
			.main-img
			{
				position: absolute;
				display: inline-block;
				width: 650px;
				height: 466px;
				top: 200px;
				left: calc(50% - 325px);
			}
			.message
			{
				text-align: center;
				position: absolute;
				display: inline-block;
				width: 650px;
				top: 666px;
				left: calc(50% - 325px);
				background-color: #fff;
				padding: 20px;
				font-size: 36px;
				font-family: arial;
				font-weight: bold;
				color: #000;
				box-sizing: border-box;
			}
		</style>
	</head>

	<body>
			<div class="logo"><img src="re-logo-white.png" width="200px"></div>

			<div class="main-img"><img src="maintenance.jpg"></div>

			<div class="message">We are currently undergoing a scheduled upgrade.  <br><br>Please check back soon!</div>
	</body>

</html>