Resize the window to see this text centered.
This is achieved using a table and this simple CSS

html, body, #wrapper { height:100%; margin: 0; padding: 0; border: none; }
#wrapper { margin: 0 auto; vertical-align: middle; }