/*footer.css*/

#Footer {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: white;
  background: url(/images/bottom/bottom.gif) no-repeat top;
  display: block;
  width: 925px;
  margin: auto;
  padding-top: 10px;
}

#Footer a {
  line-height: 30px;
  color: white;
  text-decoration: none;
  margin: 0 15px;
}

#Footer a:hover {
  cursor: pointer;
}

.CopyrightCell {
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 5px 1px;
  width: 925px;
  margin: auto;
}

/* Hack ie7 */
*:first-child+html .CopyrightCell {
  margin-top: 0;
}

.CopyrightCell a {
  color: white;
  text-decoration: none;
}