/* CSS Document */

#footer {
  border:0px;
  width:1000px;
  text-align:left;
  color:#FFFFFF;
  clear:both;
}

#footer-box {
  border:1px solid #FFF;
  width:100%;  
  margin-top:5px;
  margin-bottom:5px;
  -moz-border-radius:5px;
  -khtml-border-radius:5px;
  background-color:#000000; 
  -moz-opacity:0.7;    
  -khtml-opacity:0.7;
  filter:Alpha(opacity=70);
  opacity:0.7;
}
.float-left {
  float:left;
}
.clear-left {
  clear:left;
}