
        <html xmlns="http://www.w3.org/1999/xhtml">
        <head>
        <title>Domínio suspenso</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <style type="text/css">
            body { margin: 0px; padding: 0px; background: #F8F8F8; font-family: Arial; color: #606060; }
            #container { position: absolute; top: 100px; left: 50%; margin: 0px 0px 0px -325px; padding: 4px; border: 1px solid #D0D0D0; width: 640px; background: #E5E5E5; -webkit-border-radius: 10px; border-radius: 10px; }
            #container .box { text-align: center; border: 1px solid #D0D0D0; background: #FFFFFF; -webkit-border-radius: 8px; border-radius: 8px; margin: 0px; padding: 20px 20px 20px 20px; }
            #container .box h1 { font-size: 30px; font-weight: bold; margin: 0px; padding: 0px; text-transform: uppercase; } 
        </style>
        </head>
        <body>
            <div id="container">
            <div class="box">
                <h1>Site em manutenção</h1>
            </div>
            </div>
        </body>
        </html>