div format From http://stackoverflow.com/questions/5703552/css-center-text-horizontal-and-vertical-inside-a-div-block
div { text-align: center; vertical-align: middle; line-height: 90px; /* the same as your div height */ }