Vertical Centre with CSS
To center some text vertically, this site has a few options:
http://www.jakpsatweb.cz/css/css-vertical-center-solution.html
A quicker way to centre a single line of text is to set the height and line-height the same:
height: 5em;
line-height: 5em;
From: http://wellstyled.com/css-single-line-vertical-centering.html
>>
Leonard Chan's Homepage
>>
Scribble Web
>> Vertical Centre with CSS