Centering using Tables
#outer { display: table; width: 100%; height: 100%; /* Height can be anything */ } #inner { display: table-cell; vertical-align: middle; text-align: center; }