Är det något sådant här du letar efter:
<style type="text/css">
<!--
#container {border:1px solid black; width:600px; height:100%; padding:5px;}
#separator1{border:1px solid black; width:602px; height:60px; margin-bottom:5px;}
#separator2{border:1px solid black; width:602px; height:20px; margin-bottom:5px;}
#info1{border:1px solid black; width:297px; height:100%; float:left; margin-bottom:-5px;}
#info2{border:1px solid black; width:297px; height:100%; float:right; margin-bottom:-5px; margin-left:5px;}
-->
</style>
</head>
<body>
<div id="container">
<div id="separator1"></div>
<div id="separator2"></div>
<div id="info1">Info 1</div>
<div id="info2">Info 2</div>
</div>

