The site is here:
http://www.cottonbrewing.com/members
It’s fine if the content doesn’t require the page the scroll.
CSS:
#footer {
position:absolute;
bottom:0;
left:0;
right:0;
margin: 0 auto;
font-size: 12px;
font-weight: normal;
clear:both;
padding: 10px 0px 10px 0px;
text-align: center;
}
Edit 1: I must also make sure the footer is at the absolute bottom if the content is small, such as you see here: http://www.cottonbrewing.com/ that the footer is at the bottom.
Change
position:absolute;toposition:relative;ADDITION
In response to the comment, follow these guidelines for a “sticky footer”:
Body
Your container
div:Your footer
div: