<!DOCTYPE html>
<html lang="et">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Suletud</title>
<style>
    html, body {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        color: #514F50;
        text-align: center;
        background: url("https://suspended.virtuaal.com/bg_html.gif") repeat top center;
    }
    body {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 10px;
        background: url("https://suspended.virtuaal.com/bg_body.gif") repeat-x top center;
    }
    a {
        color: #4AA10D;
        text-decoration: none;
    }
    a:hover {
        text-decoration: underline;
    }
    .suletud {
        color: #FF0000;
        font-weight: bold;
        font-size: 18px;
        padding: 10px;
    }
    .text {
        color: #514F50;
        font-size: 14px;
        padding: 10px 20px;
    }
    table {
        width: 100%;
        max-width: 470px;
        margin: 0 auto;
        border-collapse: collapse;
    }
    td {
        border: 1px solid #F1F1F1;
        padding: 12px;
        background: #fff;
        color: #514F50;
        font-size: 14px;
        text-align: center;
    }
</style>
</head>
<body>

<section>
    <table summary="Virtuaalserver on suletud">
        <tr>
            <td>
                <p class="suletud">LEHEK&Uuml;LG ON SULETUD!</p>
                <p class="text">Antud virtuaalserver on ajutiselt suletud.<br><br>
                Arveldamise saldot saate kontrollida <a href="https://arve.virtuaal.com">https://arve.virtuaal.com</a></p>
                <p><a href="https://www.virtuaal.com"><img src="https://suspended.virtuaal.com/suspended.gif" alt="Virtuaal.com" width="450" height="120"></a></p>
            </td>
        </tr>
    </table>
</section>

<footer class="text">
    <a href="https://www.virtuaal.com">www.virtuaal.com veebimajutus</a>
</footer>

</body>
</html>
