risolto!!!

ecco il codice se potrebbe tornare utile a qualcuno:
Codice PHP:
div#container{
    
margin0px 0px auto auto;
    
width930px;
}

div#menu{
    
float:left;
    
width150px;
    
positionfixed;
    
top30px;
}

div#griglia{
    
margin0 5px auto 150px;
    
background-color#AAA;
    
width780px;
}
#row{
    
margin10px 10px 0px 0px;
    
width100%;
    
height180px;
    
padding0px;
}
div#left{
    
padding-top5px;
    
padding-bottom5px;
    
float:left;
    
width260px;
}
div#middle{
    
padding-top5px;
    
padding-bottom5px;
    
width260px;
    
float:left;
}
div#right{
    
padding-top5px;
    
padding-bottom5px;
    
float:left;
    
width250px;
    
height100%;
}
#box{
    
background-color:#F00;
    
width250px;
    
height170px;
    
margin0px;
    
padding0px;