Un saluto a tutti gli utenti di HTML.it... purtroppo ricomincio da poco a smaneggiare l'html e il css e volevo creare una cosa del genere:

http://img530.imageshack.us/i/templatesitoband.jpg/

L'HTML č il seguente:
codice:
<html>
 <head>
  <title>Sito Band</title>
  <link rel="stylesheet" type="text/css" href="stili/style.css" />
 </head>
 <body>
 <div id="container">
  <div id="header">
   

   <div id="header-right">
   [img]img/i.jpg[/img]
   [img]img/puntointerrogativo.jpg[/img]
   </div>
  </div>
  <div id="sottoheader">
   

  </div>
  <div id="contenuti">
  
   <div>
   </div>
  
  </div>
 </div>
 </body>
</html>
Il CSS:
codice:
html, body {Padding: 0px; Margin: 0px;}

/* CONTAINER - CONTIENE TUTTA LA PAGINA */
.container {}

/* COSTRUISCO LA PAGINA */
.header {background-image: url(header.jpg); background-repeat: repeat-y; height: 78px; }
.header-right {margin-right: 20px;}
.sottoheader {background-image: url(header.jpg); background-repeat: repeat-y; height: 31px; }

.contenuti {}
Il problema č che non visualizza niente, nč l'header nč il sottoheader. Giusto i bottoni .-. Perchč?

P.S: Lasciate perdere il menu in grigio scuro (MENU DESTRA per l'HTML), č solo una prova per capire dove metterlo.