<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
    <title>MAINTENANCE - MANUTENZIONE</title>
</head>

<style type="text/css">

    body {
        padding-top:50px;
        margin:0;
    }

    #main {
        width: 500px;
        margin:0 auto;
        border:1px solid #9b0000;
        font-family:Arial,Verdana,Tahoma;
        padding:20px 20px 20px 40px;
        background:#fff9f9;
        font-size:16px;
        line-height:26px;
        position:relative;
    }

    h1 {
        font-size: 24px;
    }

    img {
        position:absolute;
        left:-30px;
        top: -20px;
    }

</style>

<body>


<div id="main">
    <h1>Sorry, this web site is currently under MAINTENANCE.</h1>
    <p>
        Try it late in the morning.
    </p>
    <p><br></p>
    <h1>Scusateci, questo sito web � al momento in MANUTENZIONE.</h1>
    <p>
        Riprovate nella tarda mattinata.
    </p>
    <img src="/pimcore/static/img/maintenanceinfo.png" />
</div>

</body>
</html>