/* footer.css */

#Footer {
  font-family: Verdana, Arial;
  height: 48px;
  background: transparent url(/images/background-footer.gif) no-repeat top center;
}

/* FooterLinks */

#Footer .FooterLinks {
  float: left;
  margin: 2px 0 0 0;
  color: white;
}
#Footer .FooterLinks a {
  padding: 0 3px;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

/* Copyright */

#Footer .Copyright {
  float: right;
  margin: -27px 320px 0 0;
  color: #f1f1f1;
  font-size: 11px;
}
#Footer .Copyright a {
  color: #f1f1f1;
  text-decoration: none;
}
#Footer .FooterLinks a:hover,
#Footer .Copyright a:hover {
  text-decoration: underline;
}