html, body {
	margin:0px auto;
	text-align:center;
	background:url(images/splash_bg.jpg) repeat-x top;
	background-color:#FA6C00;
}
#contenitore_splash {
	margin:0px auto;
	width: 580px;
	height:550px;
}
#giorno {
	width: 290px;
	height: 330px;
	float:left;
	position:relative;
	background:url(images/splash_giorno.jpg) no-repeat;
}

#notte {
	width:290px;
	height:330px;
	float:left;
	position:relative;
	background:url(images/splash_notte.jpg) no-repeat;
}
#logo {
	width:580px;
	height:220px;
	float:left;
	background:url(images/splash_logo.jpg) no-repeat;
}
#flag_giorno {
	width:100%;
	float:left;
	position:relative;
	top:220px;
	left:10px;
}
#flag_notte {
	width:100%;
	float:left;
	position:relative;
	top:220px;
	right:10px;
}

h3 { display:none; }
