Given the following HTML:
There is nothing called float:bottom in CSS. The best way is using positioning in such cases:
float:bottom
position:absolute; bottom:0;