/****************************************************/
/* RIDEFINIZIONE TAG ********************************/
/****************************************************/

BODY {
	width: 100%;

	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin: 0px;


	background-image:   url("pic/landing/landing_bkg.gif");
	background-repeat: repeat-x;
	background-color: #e0eaf3;
}

/* impedisce bordo attorno immagini con ancor *******/

IMG {
	border: 0;
}

