/* allestimento pagina lunga */
.allpage {
	width: 1000px;		
	height: 2800px;		
	margin-left: auto;
	margin-right: auto;
	background-color:#fafafa;
	border:1px solid #990000;		
}
/* x TESTO stile FONT e COLORE */
#stiletesto {
	font-family:tahoma;
	color:#000000;
}

#titolo {
	position:relative;
	top:0px;
	left:320px;
	font-size:35px;
	font-weight:bold;
	color:#990000;	
}
/* ****************************************** */
/* spazio foto, titolo e commento breve */
#doveFoto {
	position:relative;
	top:10px;
	left:10px;
	float:left;
	margin-right:20px;
}

#titoloFoto {
	position:relative;
	top:10px;
	font-size:20px;
	font-weight:bold;
	color:#000000;
	padding-right:100px;
	text-align:right;
}

#commentoFoto {
	position:relative;
	top:20px;
	left:10px;
	font-size:18px;
	font-style:normal;
	color:#000000;
	letter-spacing:0.5px;
	text-align:left;
}
	/* ****************************************** */	
/* link INDIETRO in verticale */

#backToDisastri {
	position:relative;
	top:300px;
	left:40px;
	width:50px;
	height:1800px;
	background-color:#cccccc;
}

#stileLink {
	position:relative;
	top:200px;
	font-size:40px;
	color:#990000;
	font-style:bold;
	text-decoration:none;
	text-align:center;
	line-height:280%;
}
