@charset "utf-8";
/* CSS Document */


/*cerchio*/

#ruota{
	height:495px;
	width:495px;
	position:absolute;
	top:186px;
	left:370px;
	margin:0px;
	padding:0px;
}

#centro{
	width:1000px;
	height:480px;
	margin:0;
}

#sinistra{
	background:url(img/sx.jpg);
	width:353px;
	height:550px;
	float:left;
	margin:0;
}

#destra{
	background:url(img/dx.jpg);
	width:647px;
	height:550px;
	float:left;
	margin:0;
}
