このようなものがあなたのために働くかもしれません:
http://jsfiddle.net/nCrEc/1/
編集:
このバージョンは、ブラウザウィンドウ
http://jsfiddle.net/nCrEc/2/に合わせて拡張されます
html:
<div class="con">
<div class="top"></div>
<div class="middle"></div>
<div class="bottom"></div>
</div>
css:
.con{width:200px; top:0;bottom:0;left:0; position:absolute;background:#ff0;}
.top{width:200px;height:20px;position:absolute;top:0;left:0;background:#f60;}
.bottom{width:200px;height:50px;position:absolute;bottom:0;left:0;background:#f60;}
.middle{width:200px;min-height:1px; position:absolute;bottom:50px;top:20px;left:0;background:#06f;}