/* footer.css */

#Footer {
  padding: 5px;
  margin-top: -5px;
  height: 43px;
  background: transparent url(/images/background-footer.gif) no-repeat;
}

/* FooterLinks */

#Footer .FooterLinks {
  float: left;
  color: white;
  font-size: 14px;
  background: black;
  padding: 5px;
  margin: 5px 0 0 1px;
}
#Footer .FooterLinks a {
  padding: 0 6px 0 7px;
  color: white;
  text-decoration: none;
  cursor: pointer;
}
#Footer .FooterLinks a:hover {
  text-decoration: underline;
}

/* Copyright */

#Footer .Copyright {
  float: right;
  font-size: 10px;
  margin-top: -23px;
  color: #888888;
}
#Footer .Copyright a {
  color: #888888;
  text-decoration: none;
}
#Footer .Copyright a:hover {
  text-decoration: underline;
}