#footer {
    clear: both;
    color: #000;
    text-align: center;
    background: transparent url("../images/footer_bg.jpg") 100%; 
    height: 44px; /*Height of top section*/
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}
#footer p {
    margin: 0;
    padding: 4px 0 6px 0;
    text-align: center;
    font-size: 12px;
    color: #ff0000;
    font-weight: bold;
}
#footer p a, #footer p a:link, #footer p a:visited {
    color: #ff0000;
    text-decoration: none;
}
#footer p a:hover {
    color: #0000ff;
    text-decoration: underline;
}
#footer p.copyright {
    padding: 0;
    font-weight: normal;
    font-size: 90%;
    color: #aa0000;
}
#footer p.copyright a, #footer p.copyright a:link, #footer p.copyright a:visited {
    color: #ff0000;
    text-decoration: underline;
}
#footer p.copyright a:hover {
    color: #0000ff;
    text-decoration: none;
}

