<div id="body">
<div id="head">
<!-- if your have content larger than declared height here, it will simply roll under the bottom with no scrolling -->
<p>Fixed size without scrollbar 1</p>
<p>Fixed size without scrollbar 2</p>
<p>Fixed size without scrollbar 3</p>
<p>Fixed size without scrollbar 4</p>
</div>
<div id="content">
<!--
add or remove these to see scrool/non-scroll behavior
-->
<p>Dynamic size with scrollbar</p>
<p>Dynamic size with scrollbar</p>
<p>Dynamic size with scrollbar</p>
<p>Dynamic size with scrollbar</p>
<p>Dynamic size with scrollbar</p>
<p>Dynamic size with scrollbar</p>
<!--
<p>Dynamic size with scrollbar</p>
<p>Dynamic size with scrollbar</p>
<p>Dynamic size with scrollbar</p>
<p>Dynamic size with scrollbar</p>
<p>Dynamic size with scrollbar</p>
<p>Dynamic size with scrollbar</p>
<p>Dynamic size with scrollbar</p>
<p>Dynamic size with scrollbar</p>
<p>Dynamic size with scrollbar</p>
<p>Dynamic size with scrollbar</p>
<p>Dynamic size with scrollbar</p>
<p>Dynamic size with scrollbar</p>
<p>Dynamic size with scrollbar</p>
<p>Dynamic size with scrollbar</p>
<p>Dynamic size with scrollbar</p>
<p>Dynamic size with scrollbar</p>
<p>Dynamic size with scrollbar</p>
-->
</div>
<div id="foot">
<!-- this content will build from the bottom, pushing the top wall up. #content's bottom will adjust up accordingly -->
<p>Dynamic size without scrollbar 1</p>
<p>Dynamic size without scrollbar 2</p>
<p>Dynamic size without scrollbar 3</p>
</div>
</div>