/* footer.css */

#Footer {
  display: block;
  height: 95px ;
  background: transparent url(/images/structure/footer.png);
  text-align: center;
}

/* FooterLinks */

#Footer .FooterLinks {
  color: #0071BC;
}
#Footer .FooterLinks a {
  padding: 0 10px;
  color: #0071BC;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

/* Copyright */

#Footer .Copyright {
  margin-top: 25px;
  color: black;
}
#Footer .Copyright a {
  color: black;
  text-decoration: none;
}