@charset "UTF-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
}
body {
	margin:0;
	padding:0;
	color:#333;
	height:100%;
}



.sfondo {
	background:url(../images/backgroundIntro.jpg) center top no-repeat;
}

html {
	height:100%;
}
p {
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:30px;
	margin-bottom:30px;
}
div#wrap {
	width:850px;
	margin:0 auto;
	overflow:hidden;
}
img.logo {
	padding-bottom:50px;
}

div#left {
	float:left;
	width:375px;
}

div#right {
	float:right;
	width:375px;
}
a img{
	width:178px;
	margin:0 auto;
	border:0;
	display:block;
}

/*** imamgini che ruotano ***/


div.slideshow {
    position:relative;
	width:370px;
	height:148px;
	background:url(../images/backPhoto2.gif) 0 0 no-repeat;
	padding:5px 0 0 5px;
	margin:0 auto;
}
div.slideshow IMG {
    position:absolute;
    z-index:8;
	left:5px;
}
div.slideshow IMG.active {
    z-index:10;
}
div.slideshow IMG.last-active {
    z-index:9;
}
