#footer {
    display: block;
    width: 100%;
    height: 30px;
    background-color: #663300;
    background-image: url("../graphics/footerBG.png");
    background-repeat: repeat-x;
} #footer p {
    margin: 0px;
    padding: 5px;
    font-size: 0.9em;
    font-weight: bold;
    color: #CCCC99;
    text-align: center;
} #footer a {
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
    color: #CCCC99;
    cursor: pointer;
} #footer a:hover {
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: underline;
    color: #CCCC99;
    cursor: pointer;
}