Voici l'exemple du footer utilisé sur astuces.podcloud.fr:



Code HTML du footer lui-même:

<p><a href="http://podshows.fr" target="_blank"> 
<img width="250px" height="92px" src="http://images.podradio.fr/podshows/logo%20podshows%20version%20seule.png"></a></p>
<p>Créateur de: <a href="http://podcloud.fr" target="_blank">podCloud</a> &amp; <a href="http://podradio.fr" target="_blank">podradio</a></p>
CSS du footer: 

#header_row, #header_row h1 {
color: #042D40;
}
#footer{
color: #FFFFFF;
text-align: center;
background-image: url('http://podshows.fr/wp-content/uploads/2014/04/wallpaperwood-podshows.jpeg');
background-repeat: no-repeat;
background-position: bottom center;
background-attachment: fixed;
padding-top: 20px;
padding-bottom: 20px;
margin-top: 40px;
box-shadow: -1px 5px 15px 3px rgba(0, 0, 0, 0.5) inset;

}
#footer a {
color: #EEE;
text-decoration: none;
}