I am trying to get a page layout like the following Horizontally and vertically center div in the middle of page with header and footer stuck to top and bottom of page
This works great in all browsers except ie6 and ie7.
Can any one help me how to fix this? I am a server side developer and new to front end. I did some searching but could not found the solution.
Thanks for you help in advance.

display: table-cell;does not work in IE7 and below, which in the answer to the SO question you have linked to is being used to vertically align the div – My Head Hurts Dec 30 '11 at 13:19