this is my code for my footer, how can i make it display at the bottom of the page rather than right underneath my content above it?
/*footer */ #footer .column
you may need to set the html element height to 100%, otherwise your page itself will only be the necessary height for your content. I ran into this myself.