html, body {
	margin:0; padding:0;
	height:100%;
}
 
body {
	background-color: white;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 16px;
	line-height: 20px;

}

 
#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-245px; /* META DEL SITO CENTRATO IN VERTICALE */
	width:1px;
}
 
#centered {
	position:relative; clear:left;
	
	height:489px;   /* IMPORTANTE PER EFFETTO DISSOLVENZA */
	width:960px; 
	/* max-width:960px;  */
	/* min-width:400px;   MASSIMA LUNGHEZZA SITO CENTRATO IN ORIZZONTALE */
	
	margin:0 auto;
	
}

#contenitore_index {
background-image:url(immagini/sfondi/home.jpg);
background-repeat:no-repeat;
}

#contenitore_presentazione {
background-image:url(immagini/sfondi/presentazione.jpg);
background-repeat:no-repeat;
}

#contenitore_work {
background-image:url(immagini/sfondi/work.jpg);
background-repeat:no-repeat;
}



    
 
#bottom {
	position:absolute;
	bottom:0; right:0;
}
 
#nav {
	position:absolute; left:0; top:0; bottom:0; right:70%;
	padding:20px; margin:10px;
}
 
#content {
	position:absolute; left:30%; right:0; top:0; bottom:0;
	overflow:auto; height:340px;
	padding:20px; margin:20px;
	width:600px;
}