<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
<html>
<head>
    <meta name="robots" content="noindex, nofollow">
    <title>The site will be right back</title>
<style> 
<!--
BODY { 
    font-family: Verdana, Lucida, sans-serif; 
    font-size: 20px; 
    color: #DDD;
    background: #808080;
}
DIV {
    width: 900px;
    height: 600px;
    margin: 50px auto 50px auto;
    text-align: center;
    border: solid 1px #919191;
    background: #848484;
}
H1 {
    font-size: 26px; 
    font-weight: normal;
    color: #FFF;
    margin: 220px 0px 24px 0px;
}
P {
    margin: 0px 0px 12px 0px;
}
-->
</style>
</head>
<body>
    <div>
        <h1>The site is undergoing scheduled maintenance</h1>
        <p>Please check back after 4:00am PST (12:00 UTC)</p>
        <p>Thank you for your patience</p>
    </div>
</body>
</html>
