﻿<!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>
    <title>Your site is currently unavailable</title>
    <style type="text/css">
        P { text-align: center;
            vertical-align: middle; }

        .style1
        {
            width: 800px;
            height: 302px;
        }
    </style>
</head>
<body>

    <p>
        <img alt="Your site is currently unavailable" class="style1" 
            src="offline.jpg" /></p>

</body>
</html>
