Perhaps with a negative margin, eg:
Code:
<div id="wrap">
<div id="top"></div>
<div id="bottom"></div>
</div>
with:
Code:
*{margin:0;padding:0}
#wrap{background-color:#333333}
#top{width:900px;background-color:#CCCCCC;border:10px solid white;margin:0 auto;height:300px;position:relative;z-index:2}
#bottom{background-color:#454545;border-top:2px solid white;height:150px;margin-top:-50px;padding-top:50px;position:relative;z-index:1}