Hi, In my three column layout, I have the left column floated to the left and the right column floated to the right. In the middle, I have the content div that's absolutely positioned. I have configured my layout this way for SEO purposes. Now the problem: I have cleared the footer, but the absolutely positioned div is on top of the footer! I want it to push down the footer! I know when you absolutely position something, you take it out of the flow, but there must be some way for it to push down the footer! Thanks!