#footer {
background-image: url('fot-bg.jpg');
background-repeat: no-repeat;
font-family: sans-serif;
font-size: 80%;
}
#footer {
text-align: center;
}
#footer a.footer:link, a.footer:visited {
text-decoration: none;
color: black; 
}
#footer a.footer:hover {
text-decoration: underline;
color: yellow;
}
#footer a.footer:active {
color: yellow;
}
