/* ------------------------------------------------

	Definizione degli stili html di default

------------------------------------------------ */
body {
 
	background:#747474 url(../immagini/sfondo.jpg) repeat-x left top ;
	margin: 0px;
	margin-bottom:10px;
	padding: 0px 0px;
}



a {
	text-decoration: none;
}


iframe {
	width: 95%;
	border: 0px;
}

