#footer {
    clear: both;
    color: #000;
    text-align: center;
    background: #1c1368 url("/images/footer_bg.jpg") 100%; 
    height: 235px; /*Height of footer section*/
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}
#footer p {
    margin: 0;
    padding: 40px 65px 0 280px;
    text-align: center;
    font-size: 11pt;
    font-weight: bold;
    color: #e8d001;
}
#footer p a, #footer p a:link, #footer p a:visited {
    color: #ffffff;
    text-decoration: underline;
}
#footer p a:hover {
    color: #fde93f;
    text-decoration: none;
}
#footer p.copyright {
    color: white;
    padding: 5px 65px 0 280px;
    font-size: 8pt;
}
#footer p.copyright a, #footer p.copyright a:link, #footer p.copyright a:visited {
    color: white;
    text-decoration: underline;
}
#footer p.copyright a:hover {
    color: #fde93f;
    text-decoration: none;
}

