body {
    background: url(/bg-photo.jpg) no-repeat fixed center left;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}

#container {
    text-align: right;
    font: 11px Lucida Console;
    color: #014802;
    margin: 0;
    padding: 0;
    height: 100%;
}
#container h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 0 0;
}
#container ul {
    margin: 0 auto;
    list-style-type: none;
    width: 480px;
    text-align: justify;
}
#container li {
    margin: 17px 0;
}
#container a:link, #container a:visited, #container a:hover, #container a:active {
    color: #33a833;
    padding-bottom: 2px;
}
#container a:hover {
    color: #0d0;
    text-decoration: none;
}

#content {
    text-align: center;
    width: 750px;
    margin: 0 0 0 auto;
    padding: 5px 0;
    background: #effff8;
    min-height: 100%;
}

.adsense {
    width: 730px;
    height: 92px;
    margin: 8px auto;
    border: 1px solid #2f4701;
    background: #fff;
}