I have the following HTML for a sort-of lightbox project.
th
Alternatively, you could try this (only works if you know the height of the image):
#image{ position:relative; height:600px; top: 50%; margin-top: -300px; /* minus half the height */ border:1px solid grey; }