* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

.clear {
	clear:both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
#loader {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:90;
	text-align: center;
	width: 100%;
	height: 1280px;
	font-size: 13px;
	background: #ffffff;
	opacity: 0.8;
}
#loader img {
	position: relative;
	margin: 100px auto;
}

body {
	font-size: 13px;
	line-height: 15px;
	background: url('../images_landing/background/body.jpg') repeat top left;
	background-attachment: fixed;
	color: #000000;
}
#main {
	position: relative;
	margin: 36px auto 0px auto;
	width: 1000px;
	height: 700px;
}
a {
	color: #000000;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
#daniels {
	position: absolute;
	left: 0px;
	top: 52px;
	width: 380px;
	height: 481px;
	*height: 500px;
	background: url('../images_landing/background/daniels.png') no-repeat left top;
}
#daniels p {
	position: absolute;
	left: 0px;
	top: 367px;
}
#levante {
	position: absolute;
	left: 417px;
	top: 0px;
	width: 581px;
	height: 327px;
	background: url('../images_landing/background/levante.png') no-repeat left top;
}
#levante p {
	position: absolute;
	left: 388px;
	top: 144px;
}
#zio-monti {
	position: absolute;
	left: 310px;
	top: 388px;
	width: 644px;
	height: 279px;
	background: url('../images_landing/background/zio-monti.png') no-repeat left top;
}
#zio-monti p {
	position: absolute;
	left: 438px;
	top: 147px;
}


/*
#footer {
	margin: 0px auto 0px auto;
	width: 1017px;
	background: url('../images_landing/background/footer.jpg') no-repeat left top #ffffff;
	position: relative;
}
*/
.firma {
	color: #ffffff;
	font-size: 10px;
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: -20px;
	font-size: 10px;
}
.firma a {
	color: #ffffff;
	text-decoration: none;
}
.firma a:hover {
	text-decoration: underline;
}
.firma img {
	position: relative;
	top: 4px;
}