salve...come al solito ho un problema con l'allineamentio dei div. Qualcuno sa aiutarmi ad allineare sotto il box1 i box 3 e 4?! Dovrei incastrarli sotto ma non ci stanno.thanks!!!!!!!


ecco il codice:
----------------------------------------------------
<style type="text/css">
body
{
}
#container
{
margin : 0 auto;
text-align : left;
width: 970px;
height: 600px;
background-color: #BADCDC;
}

#box1
{
background-repeat: no-repeat;
height: 100px;
width: 770px;
background-color: #CCCCCC;
}
#box2
{
width: 200px;
height: 250px;
background-repeat: no-repeat;
text-align: center;
background-color: #FFCC33;
}
#box3
{
background-repeat: no-repeat;
background-color: #006666;
height: 470px;
width: 190px;
top: 0px;
}
#box4
{
background-repeat: no-repeat;
background-color: #996666;
top: 0px;
height: 150px;
width: 580px;
}
#box5
{
background-repeat: no-repeat;
background-color: #999966;
height: 320px;
width: 780px;
top: 0px;
}
#box6
{
background-repeat: no-repeat;
background-color: #CC99CC;
height: 30px;
width: 970px;
top: 0px;
}
.box
{
float: left;
}
</style>
</head>