Vi allego anche la pagina html che sto usado per le prove...rigrazie mille!

codice:
<html>
<head>
  <title> </title>
  <link rel="stylesheet" type="text/css" href="style.css" media="screen, print" />
</head>
<body>

<div id ="contenitore">
  <div id="header">  </div>
  <div id="navmenu"> 
           Voce1   |  
           Voce2   |  
           Voce3   |  
           Voce3   
   </div>
    <div id="content">
                <div id="menu">
            <div id="contenitoreCurve">
            	                <span class="curva segmento1"></span>
	 							<span class="curva segmento2"></span>
	 							<span class="curva segmento3"></span>
	 							<span class="curva segmento4"></span>
   	 					    <div class="curva contenuto">
										

  MENU:  

										Voce 1 
 
										Voce 2 
 
										Voce 3 
 
										Voce 4 

 										</p> 
	 						</div>
 								<span class="curva segmento4"></span>
								<span class="curva segmento3"></span>
 								<span class="curva segmento2"></span>
 								<span class="curva segmento1"></span>
   		</div>
            </div>
                <div id="corpo">
                                        <div id="newsa">
                        <h1> PROSSIMO EVENTO </h1>
                        <hr color = "red"/>
                        [img]image/carlino.jpg[/img]
                        testo testo testo testo  testo testo testo testo  testo testo testo testo 
                    </div>
                                        <div id="newsb">
                    <h1> TITOLO NOTIZIA </h1>
                    <hr color = "red"/>
                    [img]image/carlino.gif[/img]
                    testo testo testo  testo testo testo testo testo testo testo testo testo testo 
                    </div>
                                        <div id="newstot">
                    <div id="news1"> 
                    <h1> TITOLO NOTIZIA 1 </h1>
                    <hr color = "red">
                    

 testo testo testo  testo testo testo testo  testo testo testo testo  </p>
                    </div>
                                        <div id="news2"> 
                    <h1> TITOLO NOTIZIA 2</h1>
                    <hr color = "red">
                    

 testo testo testo  testo testo testo testo  testo testo testo testo </p>
                    </div>
                    </div>
        </div>
	  <div id="footer">    		
  	  </div>
    </div>
    </div>
</body>
</html>
Grazieeeeeeee