/* footer.css */

#Footer {
  padding: 20px;
  background: transparent url(/images/background_footer.png) no-repeat top;
}

/* FooterLinks */

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

/* Copyright */

#Footer .Copyright {
  float: right;
  margin-top: -35px;
  color: #595959;
}
#Footer .Copyright a {
  color: #595959;
  text-decoration: none;
}