body					 {	position: absolute;							margin: 0px auto auto auto;							top:0;							left:0;							background-color: transparent; 							background-position: center;								width:75%;							height:100%;							font:"Courier New";							font-size:10px;						}/* screen = div di base che riempe tutto lo schermo e sul quale si basano posizioni e proporzioni */#screen					{	position: absolute;							background-color: transparent; /*							background-image:url("../images/png/Screen_img.PNG");  */								background-position: center;															top:0px;							left:0px;							width:100%;							height:100%;						}						#logosfondo				{	position: absolute;							top:1em;							left:26em;								width:40em;  							height:25em;  						}						#logotitolo				{	position: absolute;							top:45em;							left:34em;								width:40em;  							height:25em;  						}						#logotext0				{	position: absolute;							background-color: transparent; 							text-align:center;							top:32em;							left:31em;							width:40em;							height:5em;						}#logotext				{	position: absolute;							background-color: transparent; 							text-align:center;							top:38em;							left:30em;							width:40em;							height:5em;						}#itbutton				{	position: absolute;							background-color: #003333; 							text-align:center;							top:54em;							left:44em;							width:3em;							height:2em;						}			 #enbutton				{	position: absolute;							background-color: #003333; 							text-align:center;							top:50em;							left:55em;							width:3em;							height:2em;						}			 /*footpage = div che contiene il div di fondo pagina */#footpage				{	position: absolute;							text-align: center;							font-style:"Times New Roman";							font-size:1.1em;							color: #999999;							top: 54em;							left: 0em;							width: 90em;							height: 1em;						}							#indexcredits			{	position: absolute;							text-align: center;							font-style:"Times New Roman";							font-size:1em;							color: #999999;							top: 57em;							left: 0em;							width: 101em;							height: 1em;						}																		a:link, a:visited{background:transparent;				  border:none;				  color:transparent;				 }a:focus, a:hover {background:transparent;				  border:none;				  color:transparent;				}a:active  		{background:transparent;				  border:none;				}								.testoblue		{	font-style: "Times New Roman";					font-size: 2em; 					color: blue;					text-align: justify;				}								.testoblack		{	font-style: "Times New Roman";					font-size: 1.3em; 					color: black;					text-align: justify;				}
