#footer {
  width:960px;
  min-height: 100px;
  _height: 100px;
  background:#BFB296 url(../images/footer-bg.png) left 0 no-repeat;
  clear:both;
}

#footer .pgt {
  padding:17px 0 0 25px;
}

#footer .copyright {
  color:#fff;
  float:right;
  margin:20px 24px 0 0;
  width:179px;
  text-align:center;
}


#footer ul {
  padding:3px;
  font-size:0.9em;
  display:block;
  clear:both;
  border-bottom:1px solid #D9CFB9;
}
#footer ul li {
  display:inline;
  padding:0 5px;
}
#footer a {
  color:#fff;
}
#footer a:hover {
  color:#000;
}