﻿html, body { 
	height:100%;
	width: 100%; 	
	margin: 0;
}
#centrale {
	position:absolute;
	width:801px;
	height:450px;
    top:50%;
	left:50%;
	margin-left:-400px;
	margin-top: -220px;

}

#foot {
	width:995px;
	height:26px;	
	background-image:url('image/foot.jpg');
}

#menu { 
	position: relative; 
	float:left; 
	left: 20px; 
	top: 20px;
	width: 175px;
	text-align:left;
}


#contatti {
	text-align:center;
	background-image: url('image/sfondocontatti.jpg');
	width:756px;
	height:447px;
	
}

.pulsante {
	height: 68px; 
	padding-top: 12px; 
	padding-bottom: 0px;
	text-align: center;
}

img {
	border:0px;
}

a {
	text-decoration: none;	
	color: #0099CC;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

p {
	font-size: 18px;
	text-align: justify;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	color: #E3185E;
}


/* settaggi per controllo navigazione img 360 gradi */

#image {
	position:relative; 
	width:500px; 
	height:375px; 
	padding:5px; 
	border:2px solid #666; 
	z-index:2;
}

.imgnav {
	position:absolute; 
	height:375px; 
	width:20%; 
	z-index:3; 
	outline:none; 
	cursor:pointer;
	border:medium;
	border-color:fuchsia;
}

#previmg {
	left:0; 
	background:url('..images/left.gif') no-repeat left center; 
	border-left:5px solid #FFF;
}

/* #previmg:hover {opacity:1; filter:alpha(opacity=100)}  */

#nextimg {
	right:0; 
	background:url('../images/right.gif') no-repeat right center;
	border-right:5px solid #FFF;
}

/* #nextimg:hover {opacity:1; filter:alpha(opacity=100)} */


