<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Site down for maintenance.</title>
  <style type="text/css" media="screen">
    body {
      background: #f0f0f0;
      font: normal 18px sans-serif;
      width: 400px;
      margin: 50px auto;
    }
    h1 {
      font-size: 120%;
    }
    .more-info {
      font-size: 80%;
      background: white;
      padding: 10px 20px;
    }
  </style>
</head>
<body>
  <h1>We are sorry. This site is currently down for maintenance.</h1>
  <p>Please check back soon.</p>
</body>
</html>