/* This is the CSS */
 #main { back: red; }
 #first { color: blue; }

This is the main <div>. It carries the attributes id="main". This main <div> carries the main contents of the page.
This is the first inner <div> elemnet. It carries the attributes id="first".
This is the second inner <div>. It carries the attributes id="second".
Here is some more text that belongs to the main <div>.

This example illustrates that the {color: } property is inherited.

Valid XHTML 1.0!