body {
	background:#000;
	}
#intro {
	width:800px;
	margin:0 auto;
	background:#000 url(home-intro.jpg) no-repeat center;
	position:relative;
	height:540px;
	}
#bandierine {
	position:absolute;
	top:500px;
	left:400px;
	width:500px;

	}

#bandierine .ita {
	width:50px;
	height:70px;
	background:transparent url(bandiera-it.jpg) no-repeat center;
	display:block;
	margin:10px;
	float:left;
	
	}
	#bandierine .en {
	width:50px;
	height:70px;
	background:transparent url(bandiera-en.jpg) no-repeat center;
	display:block;
	margin:10px 0 0 20px;
	float:left;
	
	}
	#bandierine .pl {
	width:50px;
	height:70px;
	background:transparent url(bandiera-pl.jpg) no-repeat center;
	display:block;
	margin:10px 0 0 33px;
	float:left;
	
	}
	
	#bandierine .cs {
	width:50px;
	height:70px;
	background:transparent url(bandiera-cz.jpg) no-repeat center;
	display:block;
	margin:10px 0 0 33px;
	float:left;
	
	}

	
.testo {
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	padding:50px 7px 0;
	position:relative;
	
	}
.testo a{
	color:#FFF;
	color:#FFFFFF;
	left:12px;
	position:absolute;
	top:86px;
	
	}
