/* Contenitore principale del testo 
della pagina */
#main {
	text-align: left;
	padding: 1% 1% 1% 23%;
	margin: 0;
	width: 76%;
	background-image: url(../img/fiore-secondaria.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	/*border: 1px solid red;*/
}
