#footer a, #footer a:visited {
  text-decoration: none;
  color: #0033FF;
}
#footer a:hover {
  text-decoration: none;
  color: #ffffff;
}

.push {
  height: 150px;
 }

#footer {
  text-align: left;
  border-top: 2px solid #999; 
  margin-top: 1em;
  padding: 0.5em;
  width: 740px;
/*  height: 60px;*/
  background: #7D997D;
  color: #000000;
  font-family: arial;
  font-weight: 400;
  font-size: 11px;
/*  text-indent: 5px;*/
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
/*  top: expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);*/

}

#fixedElement  {
  position: absolute;
  left: 0;
/*  top: expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);*/
}
