If you want to place an element at the bottom of the page, simple add the following CSS properties to the element:

.elementClass {
    position: fixed;
    bottom: 0;
}