Per la testata:
div#header - color : #ff0; - height : 80px; - background-color : #9b9b00; - padding-left : 10px;
div#header h1 - padding-right : 0; - padding-left : 0; - padding-bottom : 0; - margin : 0; - padding-top : 0; - color : #ff0; - background-color : #9b9b00;

La portata di h2 sul titolo

div#content h2 - font-size : 1.5em; - color : #033; - background-color : #fffafa;


hr - border : none; - background-color : #fffafa; - color : #033; - height : 1px; - width : 98%;


body - padding-right : 0; - padding-left : 0; - padding-bottom : 0; - margin : 0; - padding-top : 0; - font-size : 90%; - font-family : verdana, geneva, arial, helvetica, sans-serif; - color : #000; - background-color : #fffafa;
Tra i seguenti
<div id="container">
<div id="header">
</div>
<div id="content">
questo settore, * div#container - position : relative; div#content - border-right : 1px solid #ccc; - padding-right : 10px; - border-top : 0 solid #ccc; - padding-left : 10px; - padding-bottom : 1em; - margin : 0 200px; - border-left : 1px solid #ccc; - padding-top : 1em; - border-bottom : 0 solid #ccc; * infine chiuso con
</div>


            fffafa                         9b9b00                         eee                         033                         ff0            
            c8c8c8                         ebeb00                         ccc                         369                         033            
            999                         00f                         ffefd5                         000                         fff            

tavola Malaguti

newsbox

Tra i seguenti
<div id="extra">
<div class="newsbox">
il testo * div#extra - padding-right : 5px; - padding-left : 5px; - right : 0; - padding-bottom : 1em; - width : 190px; - padding-top : 1em; - position : absolute; - top : 80px; - color : #000; - background-color : #ebeb00;
div#extra div.newsbox - font-size : 90%; - margin-bottom : 2em; - color : #000; - background-color : #ebeb00;
div#extra div.newsbox h2 - font-size : 1.2em; - color : #033; - background-color : #ebeb00;
div#extra div.newsbox p - margin : 0; *
</div>
</div>