/* footer.css */

#Footer {
  padding: 18px;
  background: transparent url(/images/footer-background.gif) no-repeat;
  height: 63px;
}

/* FooterLinks */

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

/* Copyright */

#Footer .Copyright {
  float: right;
  margin: -36px 15px 0 0;
  color: white;
}
#Footer .Copyright a {
  color: white;
  text-decoration: none;
}