<script src="http://www.thepetedesign.com/demos/jquery.onepage-scroll.js"></script>
<link rel="stylesheet" href="http://www.thepetedesign.com/demos/onepage-scroll.css">
<header>this is the top banner</header>
<section style=" height: calc(100% - 50px); top:50px;">
<article>
<div>
<div>1 this is the first cell</div>
</div>
<div>
<div>this is the second</div>
</div>
</article>
<article>
<div>
<div>2 this is the first cell</div>
</div>
<div>
<div>this is the second</div>
</div>
</article>
<article>
<div>
<div>3 this is the first cell</div>
</div>
<div>
<div>this is the second</div>
</div>
</article>
</section>