div.footer div.footerlinks a {background:url('../images/seperator.png') no-repeat center left transparent;}
div.footer {background:url('../images/footer.png') repeat-x top center transparent;}
div.footer .cnt {
  width:960px;
  position:relative;
  margin:0px auto;
}
div.footer div.footerlinks {
  width:100%;
  float:left;
  clear:both;
  height:30px;
  margin:0px;
  text-align:center;
}
div.footer div.footerlinks a {
  line-height:28px;
  color:#FFFFFF;
  text-decoration:none;
  margin:0px 0px 0px 0px;
  padding:0px 3px 0px 7px;
}
div.footer div.footerlinks a:hover {
  text-decoration:underline;
}
.footer .cnt ul {
  width:100%;
  float:left;
  clear:both;
  margin:0px;
  height:28px;
  text-align:center;
}
.footer .cnt ul li {
  float:left;
  margin:0px 7px;
}
.footer .cnt ul li a {
  color:#FFF;
  text-decoration:none;
}
.footer .cnt ul li a:hover {
  text-decoration:underline;
}
div.footer div.footerlinks a.first, div.footer div.footerlinks li.noborder {
  background:none;
}