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


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



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

#bg { 
	position:fixed; 
	top:-50%; 
	left:-50%; 
	width:200%; 
	height:200%;

}


#bg img {
    	position:absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	margin:auto; 
	min-width:50%;
	min-height:50%;
	
}


#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;
	
    
}















