body {
    background-color: black;
    background-image: url('/img/henry-small.jpg');
    background-attachment: fixed;
    background-position: center left;
    color: white;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
}

#header {
    width: 50%;
    float: left;
    text-align: right;
    margin-top: 100px;
}

#header img {
    margin-right: 20px;
}

#nav {
    position: fixed;
    width: 50%;
    text-align: right;
    margin-top: 267px;
    color: black;
    bottom: 0px;
}

#nav h2 {
    text-transform: uppercase;
    background-color: white;
    padding: 10px 20px;
    margin-bottom: 10px;
    width: 100px;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter:alpha(opacity=70);
}

#nav ul {
    width: 140px;
}

#nav ul li a {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    background-color: white;
    color: black;
    text-decoration: none;
    padding: 20px;
    margin-bottom: 10px;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter:alpha(opacity=70);
}

#nav ul li a:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity=100);
}

#panel {
    position: fixed;
    width: 50%;
    height: 100%;
    top: 0px;
    right: 0px;
    background-color: black;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter:alpha(opacity=50);
}

#content {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0px;
    right: 0px;
}

#content .inner {
    margin-top: 10%;
    padding: 20px;
}

#footer {
    margin-top: 3em;
    font-size: 80%;
}

p {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

a {
    color: #DDD;
}

a.button {
    display: block;
    padding: 20px 20px;
    margin-left: -20px;
    background-color: white;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter:alpha(opacity=70);
    color: black;
    font-weight: bold;
    width: 140px;
}

a.button:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity=100);
}

p.quote {
    font-style: italic;
}

p.quote span.attrib {
    font-style: normal;
    display: block;
    padding-left: 50px;
}