body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 15px;
	color: #fff;
	padding: 0px;
	margin: 0px;
	height:100%;
	width:100%;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}

.active{
		font-weight:bold;
		text-decoration: underline;

	}

h1 {
	font-size:350%;
	color: #9c2120;
	text-shadow: 0px 0px 20px #fff;
	font-weight:200;
	letter-spacing:10px;
	float:left;
	margin-left:26%;

}


h2 {
	font-size:200%;
	font-weight:200;
	font-style:italic;
	margin-top:0px;

}

#menu{
	width:100%;
	height:50%;
	margin-top:90%;
	}

#menu li {
	margin-bottom:10px;
	}


#nero {
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(30%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	opacity:1.0;
	filter:alpha(opacity=100);
	}
	


#barra {
	width:20%;
	height:100%;
	position:absolute;
	margin-left:3%;
	top:0px;
	background:#fff;
	opacity:0.6;
	filter:alpha(opacity=60);
		z-index:1;

	}


#rosso {
	position:absolute;
	background-image:url(../image/rosso.png);
	background-size: 100%;
	background-repeat:no-repeat;
	width: 7%;
	height:200px;
	z-index:2;
	margin-left:4.5%;
}

#container {
	position:absolute;
	bottom:0px;
	margin-left:26%;
	width: 71.5%;
	height:68%;
	line-height:1.7em;
	overflow:scroll;
	z-index:5;
	text-align:justify;
}


.credit {
	font-size: 1.5em;
}

.title {
	color: #01b0f0;
	text-align: left;
}
.left {
	text-align: left;
}

.grey {
	color: #666;
}

#credit {
	position: fixed;
	top: 8px;
	right: 8px;
	float: right;
	font-size: 10px;
	font-family: Verdana;
	line-height: 18px;
	color: white;
	/* border: 10px solid #012702; */
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	padding: 5px;
}

#credit a {
	text-decoration: none;
	color: white;
	font-weight:bold;

}


#home {
	font-size:200%;
	font-weight:200;
	font-style:italic;
	margin-top:170px;
	margin-left:250px;
}

#home2 {

	margin-left:50px;
}

#fotos img{
	width: 120px;
	margin-right:5px;
	border: 3px solid white;
}

#fotos a:hover{
filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}


#link {
	position:absolute;
	bottom:25px;
	width:100%;
	text-align:center;
}

#link a img {
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	border:none;
	
}

#link a img:hover {
		filter:alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
	border:none;
	}