/* footer.css */

#Footer {
  height: 18px;
  width: 950px;
  background: transparent url(/images/mainpage-bottom.gif) no-repeat;
  margin-left: -1px;
}

/* FooterLinks */

#Footer .FooterLinks {
  float: left;
  color: black;
  padding-top: 25px;
}
#Footer .FooterLinks a {
  padding: 0 3px;
  color: black;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}

/* Copyright */

#Footer .Copyright {
  float: right;
  margin-top: -40px;
  color: black;
  font-size: 14px;
}
#Footer .Copyright a {
  color: black;
  text-decoration: none;
}