/* footer.css */

#Footer {
  color: #EAEBDB;
  background: transparent url(/images/footer.gif) no-repeat top;
  line-height: 30px;
  margin: auto;
  width: 959px;
  font-size: 12px;
  height: 30px;
  text-align: center;
  padding: 10px 0; 
}

#Footer a {
  color: black;
  font-size: 13px;
  text-decoration: none;
  padding: 15px 8px;  
}

.copyright {
  margin: auto;
  padding: 10px 0;
  text-align: center;
  font-size: 10px;
  color: white;;
}

.copyright a {
  color: white;
  text-decoration: none;
  font-size: 10px; 
}
