Images gain a mysterious empty space underneath, even if padding:0;margin:0 are applied.
padding:0;margin:0
Demonstration
Changing img to a block level element
img
img { display: block; }
will also remove the space below the image.