/* CSS Document */

#footer {
  clear:both;
  /*width:100%;
  min-width:980px;*/
  width:874px;
  height:100px;
  margin:0 auto;
  border: solid #00bdf2;
  border-width: 1px 0 0 0;
  position:relative;
}

#footer_left {
  margin:20px 0 0 20px;
  color: #676868;
  font-size:8pt;
  float:left;
}

#footer_left p {
  margin: 3px 0 0 0;
}

#footer_other {
  width:250px;
  height:30px;
  float:right;
  margin:30px 0 0 0;
  color:#676868;
  font-size:8pt;
}

#footer_counters {
  position:absolute;
  right:270px;
  top:30px;
  text-align:right;
}