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

	}
	
#left{
	position:absolute;
	
	width: 337px; 
	height: 101px;
	 
	left: 0px;
	
	top: 50%; 
	margin-top: -75px;
	
	background-image:url(../gfx/caradonna.png);
	background-repeat: no-repeat;
	background-size: 100%;
	}
	
#button_left{
	position: absolute;
	width: 65px;
	height: 65px;
	top: 120px;
	left: 20px;
	
	background-image:url(../gfx/left.png);
	background-repeat: no-repeat;
	background-size: 100%;
	}	
	
#right{
	position:absolute;
	
	width: 337px; 
	height: 101px;
	 
	right: 0px;
	
	top: 50%; 
	margin-top: -75px;
	
	background-image:url(../gfx/scarpe.png);
	background-repeat: no-repeat;
	background-size: 100%;
	}	

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