body { 
	margin: 0px;
	padding: 0px;
}

#Contenitore { 
	min-width:600px;
	max-widht:1200px;
	background:url(sfondo_destra.gif) 70% 0 repeat-y;
}

#contenitoreinterno { 
	background: url(sfondo_sinistra.gif) 28% 0 repeat-y;
}

#testata { 
	background:#000;
	width:100%;
}

#contenutoprincipale { 
	float:left;
	width:70%;
}

#contenuto { 
	float:right;
	width:60%;
}

#navigazione { 
	float:left;
	width: 39.9%;
}


#risorse { 
	float:right;
	width:29.9%;
}

#piede { 
	clear:both;
	width:100%;
	background:#969795;
	color:#fff;
}