/*********************/
/*Impostazione pagina*/
/*********************/
body{
	background-color:#FFFCF2;

	margin: 0; padding: 0;
	text-align: center;
}

img {
	
	border:none;
	}

p{
	color:#78004e;
	size:22px;
	font-size:18px;
}
a{
	color:#78004e;
	text-decoration:none;
	font-size:22px;
	background-image:none;
	}
a:hover{
	color:#78004e;
	text-decoration:none;
	font-size:24px;
	font-weight:bold;
	}
a:visited{
	color:#78004e;
	text-decoration:none;
	font-size:22px;
	}	
a.location{
	color:#78004e;
	text-decoration:none;
	font-size:22px;
	background-image:none;
	font-weight:normal;	
	}
a.location:hover{
	color:#78004e;
	text-decoration:none;
	font-size:22px;
	font-weight:normal;
	}
a.location:visited{
	color:#78004e;
	text-decoration:none;
	font-size:22px;
	font-weight:normal;	
	}	

/*******************/
/*Box layout pagina*/
/*******************/
#middleArea{
	background-color:#ffd8eb;
	
	position:absolute;
	top: 50%; left:0 px;
	width:100%; height:500px;
	margin: -250px 0px 0px 0px;
	
	text-decoration: none;
}

#copyrightArea{
	
	position:absolute;
	top: 50%; left:50%;
	width:900px; height:200px;
	margin: 250px 0px 0px -450px;
	
	color: #ff95c9;
	font-size: small;
	
	text-decoration: none;
}


#workingArea{

	position:absolute;
	top: 50%; left:50%;
	width:900px; height:500px;
	margin: -250px 0px 0px -450px;
	background-color:#ff77ba;
	}
#menuLato{
	position:absolute;
	width:200px;
	height:400px;
	top:120px;
	left:20px;
	z-index:3;
	text-align:left;	
	}	
#logoArea{
	background:#FFFCF2;
	background-image:url(Image/logo.png);
	position: absolute;
	top:50%; left:50%;
	width:206px;height:83px;
	margin:-334px 0px 0px -450px;
	}
#logoAlto{
	background:#FFFCF2;
	background-image:url(Image/altoLogo.png);
	position: absolute;
	top:50%; left:50%;
	width:900px;height:100px;
	margin:-334px 0px 0px -450px;
	}	
#rosaBox{
	position:absolute;
	width:400px; height:400px;
	top:75px; left:140px;
	z-index:1;
	}
#rightBox{
	position:absolute;
	top:50px;
	width:350px;
	height:400px;
	left:500px;
	vertical-align:middle;
	}

#photoArea{
	position:absolute;
	top:100px;
	left:200px;
	width:720px;
	height:400px;
	z-index:3;
	overflow:auto;
	}
#textArea{
	position:absolute;
	top:0px;
	left:200px;
	width:700px;
	height:100px;
	z-index:3;
	overflow:hidden;	
	}
