You have two options:
firstly use the CSS as below:
if you are placing it is a outside CSS sheet:
#divid {
position: absolute;
bottom: 0;
z-index: 10;
}
and this would be your div tag:
<div id="divid">
divid in interchangeable, just make sure you also change it in the css and html
and there...