/* CSS Document */
html,body{
	font-size:10px;
	font-family:Helvetica, Arial, sans-serif;
	color:#FFFFFF;
	background-color:#000000;
	margin:0;
	padding:0;
	border:none;
	height:100%;
}
body{
	text-align:center;
}
div#superContainer{
	margin:0 auto;
	width:748px;
	height:564px;
	text-align:left;
}
div#container{
	position:absolute;
	top:50%;
	margin-top:-28em;
}
div#container table{
	margin:0;
	padding:0;
	border:none;
	border-collapse:collapse;
}
div#header{
	height:112px;
	width:748px;
	background:#000000;	
}
div#logo{
	float:left;
	margin-top:26px;
	margin-left:4px;
}
div#logo2{
	float:left;
	background:url(img/monte.gif);
	height:112px;
	width:338px;
}
div#contatti{
	margin:94px 0 0 6px;
	font-size:12px;
}
div#contatti a{
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}
div#content{
	width:708px;
	height:462px;
	overflow:hidden;
}
	div#sx{
		height:275px;
		width:46px;
		float:left;
		background-color:#FFFFFF;
		padding-top:134px;
		margin-left:4px;
		overflow:hidden;
	}
	div#sx a{
		margin:0;
		padding:0;
		border:none;
		width:46px;
		height:275px;
		display:inline;
		float:left;
		background:url(img/servizi.gif) top no-repeat #000;
	}
	div#sx a:hover{
		background-position:bottom;

	}
	div#sx a.attivo{
		background-position:bottom;
		cursor:default;
	}
	div#sx a.attivo:hover{
		background-position:bottom;
		cursor:default;
	}
	div#sx a.disattivo{
		background-position:top;
		cursor:default;
	}
	div#sx a.disattivo:hover{
		background-position:top;
		cursor:default;
	}
	div#centro{
		background:url(img/sfondo.gif) repeat;
		width:608px;
		height:409px;
		float:left;
		position:relative;
		overflow:hidden;
	}
	div#dx{
		height:409px;
		width:45px;
		float:left;
		background:url(img/arancione.gif) repeat;
	}
	div#dx a{
		margin:0;
		padding:0;
		border:none;
		width:45px;
		height:303px;
		display:inline;
		float:left;
		background:url(img/gallery.gif) top no-repeat #000;
	}
	div#dx a:hover{
		background-position:bottom;
	}
	div#dx a.attivo{
		background-position:bottom;
		cursor:default;
	}
	div#dx a.disattivo{
		background-position:top;
		cursor:default;
	}
	div#dx a.disattivo:hover{
		background-position:top;
		cursor:default;
	}
	div#footer{
		height:52px;
		width:700px;
		clear:both;
		margin-top:0 !important;
		margin-top:0px;
		margin-left:3px;
		background:url(img/footer.gif) no-repeat;	
	}
a,img{
	border:none;
	padding:0;
	margin:0;
}
b.titolo_bianco{
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}


