<html>
	<head>
		<style type="text/css">
			div { position: absolute; top: 50%; left: 50%; width: 580px; color: #47485d; margin: -150px 0 0 -290px; padding: 45px 50px; font-family: Arial, Helvetica, sans-serif; font-size: 16px; text-align: center; border: solid 3px #e8e8e8; font-weight: bold;box-sizing: border-box;}
			.colr {color: #a26803;font-style: italic;}
			.sizr {font-size: 22px; }

			@media only screen and (min-width: 320px) and (max-width: 599px)
			{
				div { width: 90%; top: 30%;left: 0;margin: -150px 5%;padding: 20px;font-size: 18px;}
				.sizr {font-size: 22px;}
			}
		</style>
	</head>
	<body>
		<div>
			<span class="sizr">This site is offline for <span class="colr">planned maintenance</span>. <br>We expect to be back online by <br>4:00 am EDT Thursday, Oct. 26.</span>
			<br><br>

Please check back at that time. 
<br><br>
We apologize for any inconvenience.
		</div>
	</body>
</html>
