Here is 2 column markup using display: table and display: table-cell CSS declarations:
display: table
display: table-cell
table{ height:1px; } table > td{ height:100%; } table > td > .inner{ height:100%; }
Confirmed working on: