Have you ever experienced a situation where your content is running low, and the footer ends up right under it? Instead of fixing it at the bottom using a fixed position or any other method, why not make everything below the footer match the background color of the footer (without changing the body background if possible)? Additionally, set the height to 100% so that it adjusts dynamically.
For example:
BEFORE: http://gyazo.com/801af7d0c1c797900ca00648cc82443e
AFTER: http://gyazo.com/5cb8503f122107d83a01ddae2c7fbc2a
Any idea how I can achieve this? Thanks!