<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
  <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  <title>Shop down for maintenance</title>

  <style type="text/css">
    body { 
      background-color: #ddd; 
      font-family: "Lucida Grande", Lucida, Helvetica;
      font-size: 13px;
      color: #333;
    }

    div.outer {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 540px;
      height: 300px;
      margin-left: -260px; 
      margin-top: -150px;
    }

    .DialogBody {
      margin: 0;
      padding: 10px;
      text-align: left;
      border: 1px solid #ccc;
      border-right: 1px solid #999;
      border-bottom: 1px solid #999;
      background: #f9f8f2;
      border: 1px solid #f2f0e0;
    }
  </style>
  
  <script type="text/javascript" charset="utf-8">
    window.onload = function() {
      document.getElementById('title').innerHTML = document.location.hostname;
    }
  </script>
</head>

<body>

  <div class="outer">
    
    
     <div class="DialogBody" style="text-align: center;">
       <div style="text-align: center; width: 520px; margin: 0 auto;">
         <h3>Service temporarily unavailable</h3>

         <p style="margin-top:1.2em">
           <span id="title">The system</span> is down for Database upgrades as of 00:00 EDT.
         </p>                               
         
         <p style="color: #2c408a;margin-top:1.2em;">
           <strong>It'll be back 1am EDT.</strong>
         </p>
       </div>
     </div>
  </div>

</body>
</html>