ALLORA IO FACCIO:
.box{
height:500;
width:500;
margin:auto;
}
.sx{
float:left;
height:500;
width:200;
}
.dx{
float:right;
height:500;
widht:300;
}
E LO CHIAMO BOX.CSS
POI SCRIVO NEL BODY QUESTO:
<div class="box">
<div class="sx"></div>
<div class="dx"></div>
</div>
</div>
MA DOVE???PRIMA DELLA TABELLA??DOPO??