/************************************************************************************************************************/
/* LAYOUT                                                                                                               */
/************************************************************************************************************************/

/* ------------------------------------------- */
/* Struttura                                   */
* { font-family:Verdana,Arial; }
html, body { height: 100%; overflow: hidden; }
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: 4em; width: 100%; z-index: 1; }
    h1 { text-align:center; margin-top:10px; }
    
/* ------------------------------------------- */
/* 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 #000000; text-align:center;  }



/************************************************************************************************************************/
/* TYPOGRAPHY                                                                                                           */
/************************************************************************************************************************/



