potresti partire da qui:
codice:
css
html, body { margin:0; height:100%; }
div#box { height:50%; background:green; }
div#box2 { height:50%; background:yellow; }

html
<div id="box"  ></div>
<div id="box2"  ></div>