body {position: absolute;	 margin: 0px auto auto auto;	 top:0;	 left:0;     background-color: #FFFFFF;	 background-position:center;	 width:100%;	 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: #FFFFFF;							top:0px;							left:0px;							width:100%;							height:100%;						}#logo  					{	position: absolute;							background-color: #FFFFFF; 							text-align:center;							top:3em;							left:5em;							width: 50em;							height: 40em;						}						#logowrite				{	position: absolute;							background-color: #FFFFFF; 							text-align:center;							top:45em;							left:5em;							width: 50em;							height: 10em;						}#itbutton				{	position: absolute;							 background-color: #FFFFFF; 							 text-align:center;							 top:17em;							 left:65em;							 width:3em;							 height:2em;						}			 #enbutton				{	position: absolute;							background-color: #FFFFFF; 							text-align:center;							top:27em;							left:65em;							width:3em;							height:2em;						}			 /*footpage = div che contiene il div di fondo pagina */#footpage				{	position: absolute;							background-color: #FFFFFF;  							text-align: center;							font-style:"Verdana";							font-size:1.1em;							color: #666666;							top: 51em;							left: 2em;							width: 50em;							height: 1em;						}	#indexcredits			{	position: absolute;							background-color: #FFFFFF;  							text-align: center;							font-style:"Times New Roman";							font-size:1em;							color: #666666;							top: 60em;							left: 0em;							width: 60em;							height: 1em;						}						#itbutton, #enbutton > a:link, a:visited	{	background:#FFFFFF;											border:none;											color:blue;										}#itbutton, #enbutton > a:focus, a:hover 	{	background:#FFFFFF;											border:none;											color:#FFFFFF;										}#itbutton, #enbutton > a:active  			{	background:#FFFFFF;											border:none;										}
