Here is 2 column markup using display: table and display: table-cell CSS declarations:
display: table
display: table-cell
set height: 100%; and overflow:auto; for div inside .cell
height: 100%;
overflow:auto;
.cell