/* footer.css */

#Footer {
  color: #EAEBDB;
  background: #fc4100;
  font-size: 12px;
  margin-top: 2px;
  line-height: 30px;
  border-bottom: 2px solid white; 
}

#Footer a {
  color: white;
  text-decoration: none;
  padding: 10px;  
}

.copyright {
  margin: auto;
  width: 924px;
  text-align: right;
  font-size: 10px;
  color: #595959;
}

.copyright a {
  color: #595959;
  margin-right: 10px; 
}
