@charset "utf-8";
/* CSS Document */




/*-------------------------
	Simple reset
--------------------------*/


*{
	margin:0;
	padding:0;
}


/*-------------------------
	General Styles
--------------------------*/

html{
	/* This image will be displayed fullscreen */
	background:url('../_immagini/bg_.png') no-repeat center center;
	
	/* Ensure the html element always takes up the full height of the browser window */
	min-height:100%;
	
	/* The Magic */
	background-size:cover;
}

body{
	/* Workaround for some mobile browsers */
	min-height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	line-height: normal;
	color: #FFF;
}

section, footer, header{
	display: block;
}













#Presenter {
	position: absolute;
	width: 980px;
	height: 630px;
	right: 50%;
	margin-right:-490px;
	top: 50%;
	margin-top: -315px;
	z-index: 1;
}
#Intestazione_iframe {
	position: absolute;
	width: 980px;
	height: 110px;
	z-index: 2;
	left: 50%;
	margin-left: -490px;
}
#Piedipagina {
	position:absolute;
	width:900px;
	height:60px;
	bottom: 0px;
	left: 50%;
	margin-left: -450px;
	z-index:1;
}
#Contenuto {
	position:absolute;
	width:980px;
	height:460px;
	z-index:2;
	top: 110px;
	left: 50%;
	margin-left: -490px;
}
.testo_titolo {
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 5px;
}
.testo_paragrafo {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	text-align: justify;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.testo_immagine {
	padding-left: 10px;
	text-align: center;
}
