/************************************************************************************************************************/
/* LAYOUT                                                                                                               */
/************************************************************************************************************************/

/* ------------------------------------------- */
/* Struttura                                   */
html, body { height: 100%; overflow: hidden; background-color:#b0d3f3; }
body > #wrap { height: auto; min-height: 100%; }
#wrap { position: relative; }
    #header { left: 0; position: absolute; top: 0; width: 100%; z-index: 2; }
    #content { bottom: 0; left: 0; position: absolute; top: 2em; width: 100%; z-index: 1; }
    
    h1 { font-family:Verdana,Arial,Tahoma; text-align:center; margin-top:10px; float:left; margin-left:20%; }
    h3 { font-family:Verdana,Arial,Tahoma; font-size:14px; margin-top:5px; color:#fff; float:left; margin:11px 0 0 10px; text-align:center; }
    
/* ------------------------------------------- */
/* Content                                     */

    #content iframe { overflow: auto; }    
    
/* ------------------------------------------- */
/* Misc.                                       */

	/* self-clear degli elementi mediante la class .group */
	.group:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;	}

/************************************************************************************************************************/
/* COLOR                                                                                                                */
/************************************************************************************************************************/


    #content { border-top: 1px solid #003580; }



/************************************************************************************************************************/
/* TYPOGRAPHY                                                                                                           */
/************************************************************************************************************************/


