For single lines of truncating text, set the text line-height equal to the DIV's height.
This text has a line-height equal to its parent's height
For multiple lines of text, specify equal amounts of padding to the DIV.
This text has equal amounts of padding above and below it
To align images or blocks of layout vertically, use "display: inline-block;" and "vertical-align: middle;"