For this fiddle, why is there a space at the bottom of div#imageDiv? 
<div>
<div>
<div>
    <img src="http://upload.wikimedia.org/wikipedia/commons/thumb/b/b6/SIPI_Jelly_Beans_4.1.07.tiff/lossy-page1-256px-SIPI_Jelly_Beans_4.1.07.tiff.jpg" />      
</div>
</div>
</div>
<div id="text"><div id="inner">text goes here</div></div>        
html {
  line-height: 1.5em;
}
#text {
  background-color: grey;
  margin-top:-7px;
}
 
     
     
    