Se serve il css è questo:

codice:
 body {
margin : 0;
padding: 0;
border: 0;
} 

 #header {
background: url(./grafica/sfondo_header.png) repeat-x;
height: 150px;
border: 5px solid green;
}

 #menu {
border: 5px solid red;
width: 180px;
float: left;
}

 #pubblicita_little {
height: 600;
width: 120;
border: 5px solid black;
margin: 20 30 0 30;
}

 #pubblicita_big {
float: right;
height: 620;
width: 180;
border: 5px solid black;
}

 #text {
text-align: justify;
margin: 75 300 0 300;
}
Ti ringrazio del link e della spiegazione, però almeno width e height non funzionano, come mai?