html {
}

body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;

    margin: 0
    padding: 1em;
    font-family: "Helvetica Neue", sans-serif;

    background: #000 url(/background.jpg) no-repeat fixed right bottom;
    color: #fff;
    font-size: 150%;
}

#menu .inner, #content .inner {
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 54rem;
}

a {
    color: #fff;
    text-decoration: none;
    border-bottom: 0.1em solid #fff;
}