ciao ragazzi sto avendo dei problemi a posizionare correttamente questo foglio di stile.
Quello che vorrei realizzare è riportato in figura,



mentre il code

codice:
<html>
<head>
<style type="text/css">
<!--
.box{width:500px;border:1px solid #29353C;} 
.box-comm{ width:495px; height:90px; border:0px; background-image:url(bg-comm.gif); background-repeat:repeat-x; padding:5px 0 0 5px;} 
.box-centrale .box-1 .box-567 {width: 41px; height: 32px;  display: block; float: left; text-align: center;} 
.box-7-loading {width: 41px; height: 32px;  display: block; float: left; text-align: center; display: none;}
.box-centrale .box-1 .box-567 span {font-size: 15px; color: #5B6D81; padding-top: 3px !important; display: block; } 
.box-centrale .box-1 .box-7 {width: 14px; float: right;} 	
.box-3 {float: left; width: 250px;}
-->
</style>
</head>

<body> 
  <div class="box" id="ol"> 
  <div class="box-comm" id="ol">
    <div class="box-3"> 3 </div>
  <div class="box-3"> 4 </div>
  <div ></div>
  <div class="box-centrale"><span class="box-1"> 
  <div class="box-567"><span class="box-56" >5</span>6  </div>
  <div class="box-7">7</div></span></div>
  </div>
  

2</p> 
  </div> 
</body>
</html>
Qualcuno può darmi gentilmente una mano? Grazie