@charset "UTF-8";
/* CSS Document */

body{
	background-image:url(img/fondo.jpg);
	background-repeat:repeat-x;
	margin-bottom:0px;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
}

/* DIV INDEX */

#contenitore{
	position:absolute;
	left:50%;
	margin-left:-460px;
	width:921px;
	height:1700px;
}

#flash-menu {
	width:921px;
	height:580px;
	float:left;
	}

#contenitore-iframe {
	width:921px;
	height:820px;
	float:left;	
}
#footer {
	width:921px;
	height:300px;
	float:left;	
}

