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
#main {padding-bottom: 150px;} /* Should have the same value of footer's height */ #footer {position: relative; margin-top: -150px; /* footer's height */