/* footer.css */

#Footer {
  border-top: 14px solid #121212;
  width: 1000px;
  height: 100px;
  background: transparent url(/images/footer/footer.jpg) no-repeat;
}

/* FooterLinks */

#Footer .FooterLinks {
  float: left;
  color: white;
  margin-top: 10px;
  margin-left: 100px;
}
#Footer .FooterLinks a {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  text-decoration: none;
  cursor: pointer;
  margin: 0 10px;
}
#Footer .FooterLinks a:hover {
  text-decoration: underline;
}

/* Copyright */

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