/* CSS FOOTER*/

#footer { 
text-align: center;
 width: 886px;
 height:50px;
 clear: both;
 color: #333;
 background: #737373;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 border-top: solid black 1px;
}
#text-footer{
padding-top: 0px;
font-style: normal;
color: white;
font-size: 11px;
margin-top: 10px;
}
#copyright-footer{
color:white;
font-size: 10px;

}

#footer-links{
color:white;
}
a.footer-links{
color: white;
}
