#footer {
  width: 895px;
  height: 63px;
  clear: both;
  padding: 10px 0px;
  margin: 0px;
  color: #443;
  line-height: 16px;
}

#footer .top {
  width: 895px;
  height: 6px;
  line-height: 1px;
  font-size: 1px;
  background-image: url(/images/footer-top.png);
  background-repeat: no-repeat;
}

#footer .bottom {
  width: 895px;
  height: 6px;
  line-height: 1px;
  font-size: 1px;
  background-image: url(/images/footer-bottom.png);
  background-repeat: no-repeat;
}

#footer .content {
  width: 875px;
  height: 51px;
  padding: 10px 10px;
  background-color: #ffe1a6;
}

#footer .left {
  float: left;
  width: 100px;
  text-align: left;
  padding-left: 10px;
}

#footer .center {
  position: absolute;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  text-align: center;
}

#footer .right {
  float: right;
  width: 250px;
  text-align: right;
  padding-right: 10px;
}