html { height: 100%; }
body { display:table; width:100%; }

.step1 {
	display:table-header-group;
}
.step2 {
	display:table-row-group;
}
.step3 {
	display:table-footer-group;
}

.step1 .cell, .step3 .cell {
	height: 1px;
}
.cell {
	display: table-cell;
}




