<!DOCTYPE html>
<html>
    <style type="text/css" media="screen">
        body {
            margin: 0;
            padding: 0;
        }
        html {
            background: #f2f2f2;
            color: #898d90;
        }
        a {
            color: #d36854;
            text-decoration: none;
        }
        a:hover {
            border-bottom: 1px dotted #d36854;
        }
        .nav.header {
            margin-bottom: 30px;
            padding-bottom: 10px;
            width: 100%;
            min-width: 1152px;
            background-color: white;
            border-bottom: 1px solid #ddd;
        }
        div.container {
            width: 1152px;
            margin: 0 auto 0 auto;
            font-family: Georgia, "Times New Roman", Times, serif;
            font-size:20px;
            text-align: center;
        }
        img {
            display:block;
            float:left;
        }
        span{
            display:block;
        }
        p {
            margin:0 0 5px 0;
        }
        .brand {
            display: block;
            width: 122px;
            height: 68px;
            background-size: 122px 15px;
            background-repeat: no-repeat;
            text-indent: -9999px;
            background-position: 0 32px;
            background-image: url(https://d2c01jv13s9if1.cloudfront.net/i/x/3/7/x37f8_pP7jVFbgZpMo5ohTneYbI.png);
            -webkit-transition: opacity 0.2s linear;
            -moz-transition: opacity 0.2s linear;
            -o-transition: opacity 0.2s linear;
            transition: opacity 0.2s linear;
        }

        .brand:hover {
            opacity: 0.7;
            -webkit-transition: opacity 0.15s linear;
            -moz-transition: opacity 0.15s linear;
            -o-transition: opacity 0.15s linear;
            transition: opacity 0.15s linear;
            border-bottom: none;
        }

        @media
        only screen and (-webkit-min-device-pixel-ratio: 2),
        only screen and (   min--moz-device-pixel-ratio: 2),
        only screen and (     -o-min-device-pixel-ratio: 2/1),
        only screen and (        min-device-pixel-ratio: 2),
        only screen and (                min-resolution: 192dpi),
        only screen and (                min-resolution: 2dppx) {

            .brand {
                background-image: url(https://d2c01jv13s9if1.cloudfront.net/i/0/g/k/0gk4PAQCZ2KC8tr1ih2AVZuZ9gs.png);
            }

        }
        strong {
            display: block;
            font-weight: 700;
            font-size: 50px;
            margin-bottom: 10px;
            color: #4a484c;
        }
        hr {
            width: 40px;
            height: 1px;
            border: 0;
            background-color: #898d90;
            margin: 30px auto 30px auto;
        }
    </style>
    <body>
        <div class="nav header">
            <div class="container">
                <a href="http://adnstatus.net" class="brand"></a>
            </div>
        </div>
        <div class="container">
            <span>
                <strong>Currently Under Maintenance</strong>
                <hr>
                <p>We are currently performing maintenance on some of the App.net backend bits,</p>
                <p>hold tight and we'll be back soon. For more information, check out <a href="http://adnstatus.net">adnstatus.net</a>.</p>
            <span>
        </div>
    </body>
</html>
