/*--------------------font--------------------*/

@font-face {
    font-family: 'latolight';
    src:url(../font/lato-light-webfont.eot);
    src: url(../font/lato-light-webfont.eot?#iefix) format('embedded-opentype'),
         url(../font/lato-light-webfont.woff) format('woff'),
         url(../font/lato-light-webfont.ttf) format('truetype');
}
body{
	margin:0;
	padding:0;
	background-color:#FFF;
	font-family:'latolight';
	color:#0062ac
}
#contenitore{
	position:absolute;
	overflow:hidden;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	z-index:0;
}
.grafica{
	position:absolute;
	right:0;
}
.testo{
	position:absolute;
	color:#006633;
}
.testo a{
	text-decoration:none;
	color:#96bf31;
}
span{
	color:#96bf31;
}
img{
	border:none;
}
a{
	border:none;
}
.credits{
	position:absolute;
	z-index:20;
}

.credits a{
	text-decoration:none;	
	color:#999;

}