#antfoot {
  position: fixed;
text-align:center;
  bottom: 0px;
z-index:1;
width:100%;
}
#footer{
margin-top:0px;
margin-bottom:0px;
  border-top: 1px solid #ddd;
  padding-top:3px;
  text-align:center;
  padding-bottom: 6px;
  background:#F6F6F6;
  text-align:left;
  color: #aaa;
  font-size: 10px;
  opacity:0.9;
  filter:alpha(opacity:90);
width:794px;
}
* html #footer {
margin-bottom:-5px;
position:relative;
top:5px;
}
* html #antfoot {position:absolute;
left: 0px; bottom: auto;
margin:0px;
top: expression( ( -footer.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

#footer p {
text-align:center;
  margin: 0px;
  padding-top:4px;
  padding-left:-20px;
  text-transform:lowercase;
}

#footer p.info {
  float:right;
  padding-right:35px;
}

#footer a {
  color: #888;
  padding-left: 20px;
  text-decoration:underline;
}
#footer a div {
  padding-left: 00px;
  text-decoration:none;
}

#footer p.info a {
  padding-left: 0px;
}