/* footer.css */

#Footer {
  width: 100%;
  background: transparent url(/images/structure/footer.png) no-repeat;
}

/* FooterLinks */

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

/* Copyright */
#Footer .Copyright {
  padding-top: 20px;
  text-align: center;
  color: #f1f1f1;
}
#Footer .Copyright a {
  text-decoration: none;
  color: #f1f1f1;
}