Center a Div Vertically <div style=”position:relative”> <div style=”height:100px; position:absolute; top:50%; margin-top:-50px”> </div> </div>