Comment puis-je changer la couleur de fond du pied de page en CSS

- Je créer un pied de page et pied de page tag <footer> , mais mon problème est que je ne peux pas changer la couleur de fond

Voici un code:

HTML:

<footer class="site-footer">

<div id="footer1"><p>Copyright  2013 Domain Name - All Rights Reserved </p></div>
<div id="footer2"><p> Template by OS Templates </p></div>

</footer>

CSS:

.site-footer {
  background: orange;
}


#footer1{
margin-left:2%;
float:left;

}
#footer2{
margin-right:2%;
float:right;
}
InformationsquelleAutor RS92 | 2015-01-30