@charset "utf-8";
/* CSS Document */


html, body {

margin: 0;
padding: 0;
height: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-image:url(../_img/background_in.png);

}



/* --- INTESTAZIONE --- */

#Intestazione {
	position:absolute;
	width:100%;
	height:20px;
	top:  0px;
	left: 0px;
	background-image:url(../_img/cn_003-01.png);
	
	}

#Logo {
	position:absolute;
	width:150px;
	height:150px;
	top: 30px;
	left: 15px;
	}

#Logo_progetto {
	position:absolute;
	width:196px;
	height:100px;
	bottom: 25px;
	right: 15px;
	}


#Piedipagina {
	position:absolute;
	width:100%;
	height:30px;
	bottom: 0px;
	right:  0px;
	background-image:url(../_img/cn_004-01.png);
	}

#Exit {
	position:absolute;
	width:40px;
	height:40px;
	bottom: 30px;
	right: 20px;
	}

#Indice {
	position: absolute;
	width: 490px;
	height: 40px;
	right: 20px;
	top: 40px;
	z-index: 4;

}

/* --- CONTENITORE --- */

#Contenitore {
	position: absolute;
	width: 540px;
	height: 180px;
	z-index: 3;
	right: 50%;
	margin-top: -90px;
	margin-right: -270px;
	top: 50%;

}
