
/* CSS Document */
#splash{
  display: block;
  width: 701px;
  height: 410px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -205px 0 0 -350px;
  background: #fff url(../img/splash/bg_splash.png) 0 0 no-repeat;
}

#sp_logo{
 margin-top:20px;
 background:transparent url(../img/splash/logo.png) center center no-repeat;
 height:134px;
}
#sp_logo h1, #sp_logo h2,h3{ display:none;}

#sp_lingue{
 margin-top:80px;
 margin-left:150px;
 margin-right:150px;
 text-align:center;
 height:50px;
}
#sp_lingue a img{ border:none;}

#sp_counter{
	margin-top:95px;
	text-align:center;
	color:#fff;
}
/* CSS della pagina disclamer*/
#sp_top{
	background:transparent url(../img/splash/top_disclamer.png) 0 0 no-repeat;
	height:82px;
	margin:0px; padding:0px;
}

#intestazione{
	margin-left:240px;
	color:#1F657F;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding-top:35px;
}

#sp_disclamer{
	border: 1px solid #98B8C4;
	border-top:none; border-bottom:none;
	background-color:#fff;
	padding:10px; margin:0px;
}
#sp_disclamer li{ padding-bottom:15px;}

#sp_accetta{
	background:transparent url(../img/splash/bottom_disclamer.png) 0 0 no-repeat;
	height:57px;
	padding-top:20px;
	text-align:center;
}