How can I attain whats shown in the image without using tables? I want the layout
Use the position: fixed (ALL) along with top: 0px; (top div) , right: 0px; (right div), left: 0px; (left div), bottom: 0px; (bottom div)
position: fixed
top: 0px;
right: 0px;
left: 0px;
bottom: 0px;
Fixed Positions should help in your case
EDIT: here is the code working:
Header left content right Footer