#footer {
    clear: both;
    color: #000;
    text-align: center;
    background: #666666 url('../images/footer_bg.jpg') 100%; 
    height: 60px; /*Height of top section*/
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}
#footer p {
    margin: 0;
    padding: 18px 0 0 0;
    text-align: center;
    font-size: 12px;
    color: #f3f0e7;
}
#footer p a, #footer p a:link, #footer p a:visited {
    color: #d0d0d0;
    text-decoration: none;
}
#footer p a:hover {
    color: #ffffff;
    text-decoration: underline;
}
#footer p.copyright {
    padding: 0;
    color: #222222;
}
#footer p.copyright a, #footer p.copyright a:link, #footer p.copyright a:visited {
    color: #1f1391;
    text-decoration: underline;
}
#footer p.copyright a:hover {
    color: #0000ff;
    text-decoration: none;
}
