The easiest way is to use CSS, and use
code:
vertical-align : top;
align : center;
Those are the only two properties you need, and they also allow for different screen/window sizes.
I beg you, don't use absolute sizing/positioning! It gets messed up when the resolution/window size changes!