<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta NAME="title" CONTENT="Reserved Site" />
<meta NAME="description" CONTENT="Site Reserved" />
<meta NAME="keywords" CONTENT="Site Reserved" />

<title>Reserved</title>
<style type="text/css">
body {
  background: #367BC8;
  font-family: arial;
  font-size: 12px;
  color: #666;
}

#page {
  margin: auto;
  text-align: center;
  width: 600px;
}

#main {
  background: #FFF;
  text-align: left;
  padding: 20px;
  border: 1px solid #1C5290;
}
</style>
</head>
<body>
  <div id="page">
    <div id="main">
        <h1>Site Reserved</h1>
        This site is currently reserved.
    </div>
  </div>
</body>
</html>
