﻿<!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"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Toad World will be back soon!</title>
  <style>
    body, html{
      width:100%;
      margin:0;
      padding:0;
      text-align:center;
      
      font-family:Verdana, Sans-Serif;
      font-size:18px;
      color:#000000;
    }
    
    a, a:link, a:active, a:visited{
      font-family:Verdana, Sans-Serif;
      font-size:18px;
      color:#407e4b;
    }
    
    a:hover{
      text-decoration:none; 
    }
    
    h1{
      font-family:Verdana, Sans-Serif;
      font-size:24px;
      color:#333333;
      margin:60px 0 0 0;
      padding:0;
    }
    
    #Container{
      width:725px;
      text-align:left;
      margin:100px auto 0px auto; 
    }
    
    #Container .left{
      width:400px;
      float:left; 
    }
    
    #Container .right{
      width:300px;
      float:right; 
    }
  </style>
 </head>
<body>
  <div id="Container">
    <div class="left">
      <h1>Toad World is down for Scheduled Maintenance</h1>
      <p>
      We’re currently performing scheduled maintenance on the Toad World website. The website will be available soon. We apologize for any inconvenience.
      </p>
    </div>

    <div class="right">
      <img src="/maintenance.png" alt="Scheduled Maintenance" height="325" width="300">
    </div>

    <br style="clear:both;">
  </div>


</body></html>