Okay, so I should set a minimum height on my container? That's where the middle content is:
Code:
#container {
width: 95%;
color: #000000;
margin: auto auto;
padding: 20px;
text-align: left; /* IE 5 fix */
clear: both;
}
Edit ----- Awesome, I got it, thanks so much!