div#middle{
	
	position: absolute;
	width: 464px; 
	height: 464px;
	
	background: url(../gfx/main_text.png) no-repeat; 
	background-size: 464px 464px;
	
	left: 50%;
	top: 50%;
	
	margin-left: -232px;
	margin-top: -232px;
	
	}
	
div#middle p{
	
	font-size: 16px; 
	text-align: center;
	padding-top: 225px;
	line-height: 24px;

	}
	
#left{
	position:absolute;
	
	width: 270px; 
	height: 85px;
	 
	left: 0px;
	
	top: 50%; 
	margin-top: -60px;
	
	background-image:url(../gfx/caradonna.png);
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 2;
	}
	
#button_left{
	position: absolute;
	width: 55px;
	height: 55px;
	top: 100px;
	left: 20px;
	
	background-image:url(../gfx/left.png);
	background-repeat: no-repeat;
	background-size: 100%;
	}	
	
#right{
	position:absolute;
	
	width: 270px; 
	height: 85px;
	 
	right: 0px;
	
	top: 50%; 
	margin-top: -60px;
	
	background-image:url(../gfx/scarpe.png);
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 2;
	}	

#button_right{
	position: absolute;
	width: 55px;
	height: 55px;
	top: 100px;
	right: 20px;
	
	background-image:url(../gfx/right.png);
	background-repeat: no-repeat;
	background-size: 100%;
	}				