Drop those huge top and left paddings from
img in CSS and add the following into it.
Code:
#content-wrapper img{
display:block;
margin:0 auto;
}
to centre the images.
To make those vertical lines tall enough to touch the bottom, you'd need to use the
faux column technique.