			body{ font: 62.5% "Trebuchet MS", sans-serif; margin: 0px;
				text-align: center;
				background-color: black;
			}
			
			.button {
			z-index: 10;
			position: absolute;
			padding: 0px;
			display: none;
			}

			.hit_area {
			z-index: 20;
			position: absolute;
			padding: 0px;
			display: none;
			background-color: red;
			display: block;
			opacity: 0;
			filter: alpha(opacity = 0);
			cursor: pointer;			
			}
			
			#progress {
				margin-top: 50px;
				margin-left: auto;
				margin-right: auto;
				width: 			262px;
				display: 		none;
			}
			

			#main {
				display: block;
				width: 1024px;
				height: 768px;
				margin: 0px;
				margin-left: auto;
				margin-right: auto;
				background-color: white;
			}
			
			#logo {
				padding: 0px;
				padding-top: 100px;
				margin-left: auto;
				margin-right: auto;
				padding-right: 10px;
				padding-left: 10px;
				z-index: 2;
				display: block;
			}
			
			#menu{
				margin-right: 100px;
				float: right;
				text-align: center;
				width: 200px;
	 			position: relative;
				top: -350px;
				display: inline;
				
				
			}
			#menu ul {
				display: none;
				color: #ddd;
			/*font-size: small;
				letter-spacing: 0.75ex;*/
				list-style-type: none;
				padding: 0px;
				/*font-variant: small-caps;
				text-transform: capitalize;*/
				
			}
			
			li {
				cursor: pointer;
				padding: 0px;
				margin: 0px;
			}
			#container {
				width: 700px;
				height: 584px;
				padding: 0px;
				margin: 0px;


			}

			
			#lang{
				float: left;
				position: absolute;
				text-align: center;
				color: #fff;
				background-color: #000;
				-moz-border-radius-bottomleft: 5px;
				-moz-border-radius-bottomright: 5px;
				-webkit-border-bottom-left-radius: 5px;
				-webkit-border-bottom-right-radius: 5px;

				width: 100px;
				height: 20px;
				margin-left: 10px;
				padding-top: 5px;
				cursor: pointer;
			}
			
			
			
				#skip{
				text-align: center;
				-moz-border-radius-bottomleft: 5px;
				-moz-border-radius-bottomright: 5px;
				-webkit-border-bottom-left-radius: 5px;
				-webkit-border-bottom-right-radius: 5px;

				width: 100px;
				height: 20px;
				margin-left: auto;
				margin-right: auto;
				padding-top: 5px;
				cursor: pointer;
			}
			
			
			
			#lang span{
						padding-left: 18px;				
						display: none;
						text-decoration: none;
			}
			#lang span{
				color: #fff;
			}
			
			
			#skip span{
				color: #777;
				text-decoration: underline;
			}
			
						
			#skip_sp.over {
				color: #000;
			}
			
			#lang.over {
				background-color: #bbb;
			}
			
	
			#lang span.eng{
					background: url("../immagini_home/gb.png") no-repeat center left;				
				}
				
			#lang span.ita{background: url("../immagini_home/it.png") no-repeat center left;}
			

			
		