/* footer.css */

#Footer {
  background: transparent url(/images/footer-background.gif) no-repeat top center;
  margin: 0 auto;
  height: 30px;
  padding-top: 8px;
  text-align: center;
}

/* FooterLinks */

#Footer .FooterLinks {
  color: white;
  font-size: 12px;
}

#Footer .FooterLinks a {
  padding: 0 10px;
  color: white;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}
#Footer .FooterLinks a:hover {
  text-decoration: underline;
}

/* Copyright */
.Copyright {
  text-align: center;
  margin-top: 2px;
  color: white;
  font-size: 11px;
}

.Copyright a {
  color: white;
  text-decoration: none;
}