﻿<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Site Maintenance</title>
<style>
	body {
		text-align: center;
		padding: 50px;
	}
	h1 {
		font-size: 50px;
		margin-top: 0;
	}
	body {
		font: 20px Helvetica, sans-serif;
		color: #333;
	}
	article {
		display: block;
		text-align: left;
		/*width: 850px;
		margin: 0 auto;*/
		padding: 0 30px;
	}
	a {
		color: #dc8100;
		text-decoration: none;
	}
	a:hover {
		color: #333;
		text-decoration: none;
	}
</style>
</head>
<body>
	<div style="width:850px; border: 1px solid #007dc3; margin-left: auto; margin-right: auto;">
        <div style="background-color: #007dc3; width: 850px; margin-left:auto; margin-right:auto; text-align:left; padding:0; margin-bottom: 35px;">
            <img src="logo_new.png" style="display:block;"/>
        </div>
    
        <article>
            <h1>We&rsquo;ll be back soon!</h1>
            <div>
                <p>Sorry for the inconvenience, but we&rsquo;re performing some scheduled maintenance at the moment. If you need to you can always 
                <a href="mailto:itsupport@asbmb.org?subject=Page%20Under%20Maintenance">contact us</a>, otherwise we&rsquo;ll be back online shortly!
                </p>
            </div>
        </article>
    </div>
</body>
</html>