	/* IFLA splash-screen */
	div.splash{
		margin: auto; 
		width: 740px;
		margin-top: 40px;
		background-image: url("/img/css/ifla/pre-home2.jpg");
		background-repeat: no-repeat;
		text-align: center;
		height: 550px;
	}
	div.splash h1 {
			display: none;
		}
	div.splash .spazio {
			font-size: 360px;
			margin: 0px;
			padding: 0px;
			display: block;
			width:100%;
		}
	div.splash ul {
		font-family: Tahoma; 
		font-size: 150%;
		list-style: none;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 25px;
		margin-right: auto;
		padding: 0px;
		padding-left: 0px !important;
	}
	div.splash li {
		float: left;
		display: inline;
		padding: 0em;
		padding-left: 0em;
		margin: 0em;
		width:33%;
		text-transform : uppercase;
		background-image: none;
		background-color: none;
		text-align:center;
	}
	div.splash a, div.splash a:hover, div.splash a:active, div.splash a:visited {
		color: #FFFFFF;
		text-decoration: underline;
	}
	div.splash a:hover  {
		text-decoration: underline;
	}
	.testoCenter p  {
		font-weight: bold;
		color: #ffffff; /*#1646a3; */
		margin-top: 30px;
	}

