@media all {
        margin: 0;
        padding: 0;
}


@media all {
        html, body {
                color: #cfdfdf;
                background-color: #0b0b0b;
        }

        body {
                font: 85%/1.5em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
                text-shadow: #000 0px 0px 0px;
        }

        p {
                margin-bottom: 1.5em;
                clear: both;
        }

        a {
                color: #fff;
                text-decoration: none;
        }

        a:hover {
                text-decoration: underline;
        }

        img {
                vertical-align: bottom;
                border-style: none;
        }
}

@media handheld, screen and (max-width: 1080px) {
        html, body {
                color: #afafaf;
                background-color: #0b0f11;
        }

        body {
                font: 100%/1.5em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
                text-shadow: #000 0px 0px 0px;
                font-size: 35px;
        }

}

