html, body
{
    margin: 0px 0px 0px 0px;
    height: 100%;
	width: 100%;
    background-color:#cfcac6;
      
}
div
{
    font-size: 0px;
    font-family: verdana;
    text-align: center;
	padding:0px;
 }


/* ----- ----- ----- ----- ----- */




#TOTALE
{
    width: 100%;
    height:100%;
    background-color:#d7d3d0;
    position: absolute;
    margin-left: 0px;
    margin-top: 0px;  
	text-align:center;
	
}

#COVER
{
    width: 100%;
    height:613px;
    background-color:#FFFFFF;
	background-image:url('../img/cover_css.jpg');
    position: relative;
	text-align:center;
	
	
}

#COVER_INA
{
    width: 461px;
    height:613px;
    position: absolute;
	left: 50%;
	margin-left: -230px;
	
}


#TOP
{
    position: relative;
    width: 854px;
    height:425px;
	padding:0px;
    }
	
	#TOP1
{
    position: relative;
    width: 854px;
    height:124px;
	padding:0px;
	
    }
	
	#TOP1A
{
    position: absolute;
    width: 390px;
    height:124px;
	padding:0px;
	background-color:#000000;
	
    }
	#TOP1B
{
    position: relative;
    width: 464px;
    height:124px;
	
	margin-left:390px;
	background-color:#000000;
	
    }
	
	#TOP2
{
    position: relative;
    width: 854px;
    height:74px;
	
	background-color:ff0000;
    }
	
	#TOP3
{
    position: relative;
    width: 854px;
    height:227px;
	padding:0px;
	 }
	
	#MENU
{
position: relative;
    width: 750px;
    height:20px;
    background-color:#FFFFFF;
    text-align:left;
    z-index:100;
}

#VUOTO
{
    position: relative;
    width: 854px;
    height:36px;
    background-color:#e4deda;
}

#CONTENT
{
    position: relative;
    width: 854px;
    background-color:#e4deda;
    text-align:center;
	
}


#PAGINA
{
    position: relative;
    width: 707px;
  background-color:#e4deda;
    text-align:center;
	margin-left:74px;

}



#FOOTER
{
    width: 854px;
    height:25px;
    background-color:#e4deda;
    position: relative;
	
    
}















