body {
    color: #fff;
    background: url('/img/background_00.jpg') no-repeat #000;
    background-position: 45% 10%;
    margin: 0px;
    font-size: 12px;
    font-family: Helvetica,Arial,sans-serif;
}

a:link, a:visited, a:hover, a:active { color: #fff; font-weight: bold; text-decoration: none }

#header {
    height: 88px;
    padding-top: 0px;
}
#content {
    padding: 20px;
    text-align: center;
}

#footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 150px;
    background-color: #000;
    text-align: center;
}

#footer > ul { padding: 20px 20px 0px 20px }
#footer > ul > li { display: inline-block; margin: 10px }

