/* footer.css */

#FooterMain {
  background: url(/images/footer.gif) repeat-x;
  border-bottom: 2px solid white;
  color: #D8D5D4;
  height: 43px;
  line-height: 40px;
  width: 957px; 
}

#FooterMain p {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}

#FooterMain a {
  color: #D8D5D4;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 5px;
}

#FooterMain .xiti {
  margin: -27px 0 0 10px;
  float: left;
}