html, body {
	height: 100%;
}

#framework_table {
	display: table;
	height: 100%;
	width: 836px;
	margin: 0 auto;
}

#framework_row {
	display: table-row;
}

#framework {
	display: table-cell;
	vertical-align: middle;
	width: 836px;
}


#enter_table {
	display: table;
	height: 100%;
	width: 976px;
	margin: 0 auto;
}

#enter_row {
	display: table-row;
}

#enter_cell {
	display: table-cell;
	vertical-align: middle;
}
