#center_table {
	width:100%;
	height:95%;
	position:absolute;
	display:table;
}
#center_cell {
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height:95%:
}