I followed the How do you get the footer to stay at the bottom of a Web page? post on stackoverflow...
But i couldn\'t make it too work in an asp.net web applicatio
I liked below better. It only works with an id and not with a class.
content #Footer { position: fixed; bottom: 0px; }