If you only had to worry about Firefox and Webkit browsers, what CSS would you use to make the footer in the following HTML not rise above the bottom or the screen (and go lower
* { display:block; }
You are going to have to change the display to inline in your wrapper after that though.