﻿/* Stili essenziali */
img {border: none}
			html, body {
				height: 600px;
				font-family: 'Titillium Web', sans-serif;
				background:black;
				margin: 0;
							}
			div#contenitore{
				width:1024px;
				height:600px;
				top:50%;
				left:50%;
				margin-left : -512px;
				margin-top: -300px;
				position:absolute;
				
					}
			#logo{
				height: 187px;
				width: 700px;
				position:absolute;
				top:50%;
				left:50%;
				margin-top: -243px;
				margin-left: -350px;
				z-index: 10;
	
				}
			div#flagita {
				position: absolute;
				width:43px;
				height:28px;
				margin: 288px auto auto -80px;
				left: 50%;
				z-index: 40;
				
				}
			div#flagen {
				position: absolute;
				width:43px;
				height:28px;
				margin-top: 288px;
				margin-left:-22px;
				left: 50%;
				top: 50%				
				z-index: 40;
				}
			div#flagde {
				position: absolute;
				width:43px;
				height:28px;
				margin: 288px auto auto 36px;
				left: 50%;
				z-index: 40;
				}
			div#footer {
				width: 1024px;
				height: 40px;
				position: absolute;
				left:50%;
				margin-left: -512px;
				margin-top: 450px;
				text-align:center;				
				font-family: 'Titillium Web', sans-serif;
				color: #acb5bc;
				z-index: 100;
					}	
	
