Personally I would add minimum height for primary content area ar the page as a whole. This way you can control how long your text area should be.
#primary {
min-height: 800px;
}
Personally I would add minimum height for primary content area ar the page as a whole. This way you can control how long your text area should be.
#primary {
min-height: 800px;
}