Hi blmate,
A link to your current website will be more helpful to understand your problem. But in generally if you are looking to make your footer stick to the bottom then ‘Position: Fixed’ is the answer for you.
You can apply the following styles to the div you want to stick at bottom:
position:absolute,
width:100%;
bottom:0;
left: 0;
Thanks,
Gurav