@charset "UTF-8";
/* CSS Document */

.div_splash {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:#000000;
	z-index:3;
	background-image: url(http://www.ileonimorti.it/img/skorzeny.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #FFFFFF;
}
.div_splash_inner {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 200px;
	width: 580px;
}
.div_splash_inner h1 {
	font-size: 70px;
	margin-bottom:0px;
	margin-top:0px;	
}
.div_splash_inner h2 {
	font-size: 28px;
	margin-bottom:0px;
	margin-top:0px;	
}
.div_splash_inner h3 {
	font-size: 18px;
	margin-bottom:0px;
	margin-top:0px;	
}
.div_splash_inner2 {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 490px;
	font-size: 17px;
}
