		*{
			margin:0;
			padding:0;
		}
		a{
			color:#8FC2FF;
			text-decoration: none;
			outline: none;
		}
		a:hover{
			text-decoration: underline;
		}
		img{
			border:none;
		}
		body {
			overflow: hidden;/*Needed to eliminate scrollbars*/
			background:#000;
		}
		.clear{
			clear:both;
		}
		.blocco{
			display: block;
		}
		.sinistra{
			float: left;
			margin-right: 10px;
		}
		.destra{
			float: right;
		}
		.centrato{
			text-align: center;
		}
		/*Supersized Stamp*/
		#logo{
			margin: 0 20px 0 0;
			height:150px;
			width:200px;
			right: 0;
			bottom:5%;
			z-index: 4;
			position:absolute;
		}
		.stamp{
			float: right;
			margin: 0;
		}
		/*Supersize Plugin Styles*/
		#navigation{
			background: url('../images/navbg.png') no-repeat;
			float: left;
			margin: 8px 0 0 8px;
		}
		#loading {
			position: absolute;
			top: 49.5%; 
			left: 49.5%;
			z-index: 3;
			width: 24px; 
			height: 24px;
			text-indent: -999em;
			background-image: url(../images/progress.gif);
		}
		#supersize{
			position:fixed;
		}
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			position:absolute;
			z-index: 0;
		}
		#supersize .prevslide, #supersize .prevslide img{
			z-index: 1;
		}
		#supersize .activeslide, #supersize .activeslide img{
			z-index: 2;
		}
		#footer {
			overflow: hidden;
			margin: 0 0 0 0;
			z-index: 4;
			position:absolute;
			width:100%;
			left: 10px;
			bottom: 1%;
			color: #ccc;
			font:10px verdana, Arial, sans-serif;
		}
		#footer a {
			color: #fff;
		}

.amaranto {
	color: #d8416E;
}
