<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #D52937;
		/*background-color: #fff;*/
    	color:#ffffff;
		font-family:sans-serif;
		font-size:40;
	}	
	
#piume {
	width: 900px;
	height:300px;
		margin-top:5px;
		border: 0px solid yellow;
	}
#griglia {
	width: 800px;
	height:500px;
		margin-top:5px;
		border: 0px solid yellow;
	}
	#frase {
	width: 800px;
	height:400px;
		margin-top:5px;
		border: 0px solid green;
	}
#titolo {
	width: 800px;
	height:250px;
		margin-top:140px;
		border: 0px solid red;
	}
	
	#tit {
	width: 800px;
	height:150px;
		margin-top:80px;
		border: 0px solid red;
	}
	
#bianco {
	width: 800px;
	height:250px;
		margin-top:20px;
		border: 0px solid red;
		
	}	
	
#show {
	width: 100%;
	height:400px;
		margin-top:20px;
		border: 0px solid red;
		/*background-image:url(images/fondo1.jpg);*/
		overflow:auto;
		
	}
	
#present {
	width: 800px;
	height:440px;
		margin-top:120px;
		border: 0px solid red;
	}
	
	#about {
	width: 950px;
	height:555px;
		
		border: 0px solid yellow;
	}

#galleria {
	width: 900px;
	height:400px;
		margin-top:20px;
		border: 0px solid blue;
	}

#footer {

padding: 0 10px 30px;
text-align: center;
color: #F99;
font-family : arial;font-size: 8pt;
}

.example-image-link {
	-moz-border-radius: 180px;
    -webkit-border-radius: 180px;
    border-radius: 180px;
  display: inline-block;
  margin: 0 10px 20px 10px;
  line-height: 0;
  /*-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;*/
  border: 4px solid #5e5e5e;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/* line 191, ../sass/screen.sass */
.example-image-link:hover {
  border: 4px solid #00bfa8;
}

/* line 194, ../sass/screen.sass */
.example-image {
	-moz-border-radius: 180px;
    -webkit-border-radius: 180px;
    border-radius: 180px;
  /*-webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;*/
}
	
/*
#flashcontent {
	display:none;background-color: #01d706;
	position:absolute;
    top:500px;    left: 0px;
	width: 100%;
	height: 200px;
	z-index:0;
	border: 1px solid yellow;
	}
*/	
.nota {
margin-top: 50px;
text-align:center;
font-family: arial; 
Color: #F99; 
font-size: 8pt;
border: 0px solid blue;
}

#testo {
	
	position:absolute;
	margin-right:300px;
	margin-left: 300px;
	width: 600px;
	height:20px;
    top:130px;    
	font-size: 16px;
	font-family:Verdana, Geneva, sans-serif;
	
	
	}	
	#testo1 {
	
	position:absolute;
	margin-right:300px;
	margin-left: 300px;
	width: 600px;
	height:20px;
    bottom: 0px;   
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
	border: 0px solid yellow;
	
	}	
	
	
.fisso{
	position:absolute;
    top:0px;    left: 0px;
	width: 100%;
	height:100px;
	z-index:100;


/*float:left;
background-color: brown;*/
}

#logomio{
margin-left : 50px ;
	width: 280px;
	border: 0px solid yellow;
	float:left;
	}
	

/*container#pag{

margin-right : 200px ;
margin-top : 20px ;
	width: 280px;
	border: 0px solid yellow;
	float:right;
	}*/
#icone {
	margin-top: 10px ;
	position:absolute;
	text-align:right;
	right:50px;
	padding: 2px;
	width: 400px;
	z-index:100;
	float:right;
	border: 0px solid yellow;
}



/*container z-index:100;align: center;
	float:left;*/
#drop-menu {
	margin-top: 5px ;
	position:relative;
	padding: 2px;
	width: 330px;
	border: 0px solid red;
	
	
}

/*menufloat:left;margin:100px 0 0;*/

ul#menu {
	
	padding: 0;
	list-style: none;
	width: 400px;
	background-color: #111;
	font-size:80%
}

ul#menu li {
	margin:0;
	padding:0;
	float:left;
	display: block;
	border: 1px solid brown;
	position: relative;
}

ul#menu li a {
	float: left;
	padding:12px 30px;
	color: #fff;
	text-transform: uppercase;
	text-decoration:none;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

ul#menu li a:hover {
	background: #666;
	color:#fff
}

ul#menu ul {
	margin:2px 0 0;
	padding:0;
	display:inline-block;
	list-style: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 38px;
	left: 0;
	z-index:9999;
	background: #444;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

ul#menu li:hover &gt; ul {
	opacity: 1;
	visibility: visible;
}

ul#menu ul li {
	float: none;
	display: block;
	border: 0;
}

ul#menu ul a {
	padding:10px;
	width: 130px;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
}

ul#menu ul a:hover {
	background-color: #0186ba;
	color:#fff
}

ul#menu ul ul {
	top: 0;
	left: 150px;
	margin: 0;
}
	
/**/</pre></body></html>