body, html {
	margin: 0px;
	padding:0px;
	background-color:#fff;
	/*background-image: url(images/sfondo.jpg); background-repeat: no-repeat;*/
	background-position:top center;
}
/* 3 colonne fixed */
	#frame {
		width:1000px;
		margin-right:auto;
		margin-left:auto;
		padding:0px;
		text-align:left;
		border-left:#000 solid 1px;
		border-right:#000 solid 1px;
		background-image:url(images/sfondo.jpg); background-repeat:no-repeat;
		background-position:top center;
		background-attachment:fixed;
		}
	#frame_background_logo {
		width:1000px;
		margin-right:auto;
		margin-left:auto;
		padding:0px;
		text-align:left;
		border-left:#000 solid 1px;
		border-right:#000 solid 1px;
		background-image:url(images/logo_home.png); background-repeat:no-repeat;
		background-position: bottom left;
		}
	
	#logo{
		width:408px;
		height:104px;
		float:left;
		margin-left:33px;
		margin-top:20px;
		background-image: url(images/logo.png); background-repeat:no-repeat;
		}
	#content_menu_top {
		display:none;
		float:right;
		width:580px;
		height:24px;
		margin-right:40px;
		margin-top:41px;
		text-align:right;
		background-image:url(images/titolo.jpg); background-repeat:no-repeat;
		}
	#content_menu_header {
		height:42px;
		margin:0px;
		background-image: url(images/menu_header.png); background-repeat: repeat-x;
		clear:both;
		}	
	#content_menu_nav {
		display:none;
		width:240px;
		height:190px;
		margin-left:25px;
		margin-right:10px;
		margin-bottom:10px;
		padding:0px;
		background-image: url(images/servizi.jpg); background-repeat:no-repeat;
		float:left;
		}	
	#frame_galleria {
		width:200px;
		float:left;
		margin:9px 0 0 10px;
		padding:0px;
		text-align:left;
		background-image: url(images/logo_piccolo.png); background-repeat:no-repeat;
		}
	#content_galleria {
		width:200px;
		height:155px;
		padding:0px;
		background-repeat:no-repeat; 
		clear:both;
		}
	#frame_contenuti_home {	
		width:510px;
		float:right;
		margin: 32px 30px 9px 0px;
		padding:0px;
		text-align:left;
		}	
	#frame_contenuti_pages_home {	
		width:510px;
		float:right;
		margin: 0px 30px 9px 0px;
		padding:0px;   
		text-align:left;
		}
	#frame_contenuti {	
		width:1000px;
		height:381px;
		margin: 0px ;
		padding:0px;
		text-align:left;
		}
	#frame_footer {
		width:1000px;
		height:50px;
		margin:0px;
		padding:0px;
		clear:both;
		}
	#content_footer {
		width:1000px;
		height:50px;
		margin:0px;
		padding-top:0px;
		padding:0px;
		background-image: url(images/footer.gif); background-repeat:no-repeat;
		clear:both;
		}	
/*	
	#content_header_flash {
		height:190px;
		background-repeat:no-repeat;
		}		
*/
	p, h1, pre {
		padding:15px 0px 0px 0px;
	}
/* end 3 colonne fixed */
.noscreen {
	display: none;
}