Well, I'm coding a layout for somebody. It's basically done, except for one thing.
I want it so the content box stays attached to the bottom and top. I tried bottom: 0px; but that didn't work, it just moved the content down to the bottom.
Here is the CSS for it, if anybody could edit it, it'd mean a lot. +rep too.
HTML Code:#content {
background-image: url(images/content.gif);
width: 630px;
margin-left: 20%;
margin-right: 20%;
}

