
  
  .imgBox{
  position:relative;
  
  font-size:90%;
  }

  .imgBox img{
    border:1px solid #1a472b;
  }

  .imgBox .statBox{
  position:absolute;
  top:10px;
  left:10px;
  background:white;
  filter:alpha(opacity=80);
  opacity:0.80;
  padding:10px;
  border:1px solid black;
  }

  .body{
  clear:both;
  }

  .stat{
  font-weight:bold; 
  color:black;
  }

  #titleDiv{
  margin-top:10px;
  margin-bottom:-10px;
  }

  #titleDiv{
  margin-bottom:0px;
  }

