<html>
<head>
  <title>{$TITLE} -- Maintenance Outage</title>
  <link rel="stylesheet" type="text/css" href="{$CSS}" charset="utf-8">
</head>
<body>

  <div class="xf_header_main">
  <img src="{$URI_IMAGE}/logo.png" style="float: left; margin: 4px;" alt="" border="0" />
  <h1>{$TITLE}</h1><h3>Maintenance Outage</h3>
  </div>

<div class="xf_content">
  <div class="xf_item">
    <div class="xf_box_message xf_bm_notice">
    Hello visitor,<br /><br />
    we appreciate your visit here, but have to inform you that we have temporarily shutdown
    our service for a scheduled maintenance. Please wait a few minutes as the forum should be
    back online quite soon.<br /><br />

   <!-- HINT FOR FORUM OWNER: Here you can add further information... -->



    <hr />Thanks for your patience and we apologize for the inconvenience.<br />
    -- The Forum Executives
    </div>
  </div>
</div>

</body>
</html>