Why is the second div height not 100px?
Now it is very long...
<div style = "height: 300px;">
<div style = "height: 300px; background-color: #000;">
<div style = "height: 200px;">
First div
</div>
<div style = "height: 100%; background-color: #336699;">
Seconf div
</div>
</div>
</div>