I'm currently working on resolving a bug with the footer. It seems to be staying in the middle of the page instead of at the bottom of the browser as it should. The issue occurs when there isn't enough content on the page, causing the footer to adjust its height to match that of the other divs. You can see an example of this problem on the following site:
I've attempted to address this by applying CSS commands such as overflow:auto; and height:auto; to the main div wrapper and footer, but without success. Any suggestions on how to resolve this issue would be greatly appreciated. Thank you.