<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]>    <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]>    <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
        <style type="text/css">
                html, body {margin:0;}
                img {
                 width:80%;
                }
                .topbar {
                        background: #282828;
                        height: 20px;
                        width: 100%;
                }
                .atlas {
                        background: url(https://s3.amazonaws.com/threadless-media/imgs/new_homepage/home_test_bg.gif);
                        width: 100%;
                        height: 62px;
                }
                .hello {
                        margin: 0 auto;
                        width: 40%;
                }
                body {
           font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
           font-weight: 300;
           text-align: center;
                }
                section {
                        margin:0 auto;
                        max-width: 940px;
                }
                h1 {
                        font-size: 2rem;
                        margin:15px 0 10px;
                        text-transform: uppercase;
                }
                p {
                        font-size: 18px;
                }
                a {
                        background: #09F;
                        border: none;
                        border-radius: 5px;
                        color: #fff;
                        outline: none;
                        font-weight: 800;
                        font-size: 16px;
                        padding: 1% 5%;
                        line-height: normal;
                        height: auto;
                        text-align: center;
                        text-transform: uppercase;
                        text-decoration: none;
                        width: 100%;
                        -webkit-transition: all .2s ease-in;
                        -moz-transition: all .2s ease-in;
                        -o-transition: all .2s ease-in;
                        transition: all .2s ease-in;
                }
                a:hover {
                        background-color: #387DB5;
                        cursor: pointer;
                        text-decoration: none;
                }
                .highlight {
                        background: yellow;
                        display: inline-block;
                        padding: 0 3px;
                }
                .column1 {
                        float:left;
                        width:50%;
                }
                .column2 {
                        float:right;
                        width:40%;
                }
                @media screen and (min-width: 32.5em){
                        h1 {
                                font-size: 5rem;
                        }
                }

        </style>
</head>
<body>
        <div class="topbar"></div>
        <div class="atlas"></div>
        <img class="hello" src="https://cdn-shop.threadless.com/products/5358/1272x920design_01.jpg" alt=""/>
        <section role="main" aria-labledBy="section-id">
                <h1 id="section-id">It's a <em>Cat</em>astrophe</h1>
                <p>Stay calm, <span class="highlight">threadless.com</span> is temporarily unavailable because maintenance.</p>
        </section>
</body>
</html>
