body {
	margin:0;
	
	text-align: left;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	
	background:url(../img/sfondo_sito.jpg) top right no-repeat fixed;	
}

.pngFixed {
	behavior: url(css/iepngfix.htc);
}


.cleared:after {
	display: block; 
	visibility: hidden;
	content: "."; 
	height: 0; 
	clear: both;
}

.cleared {
	clear: both; /* per Gecko */
	height: 1%; /* per IE */
}



/* layout generali */
#container {
	position:relative;
	width: 100%;
	height:auto;
	
	/*background:#FFF;*/
	
	margin:0;
}

#right_column {
	position:relative;
	float:right;
	width: 550px;
	height: auto;
	
	background:url(../img/ombra_rightColumn.png) repeat-y;
	
	margin-left:25px;
}

#right_column_bg {
	position:relative;
	top:0;
	left:13px;
	
	width: 537px;
	height: auto !important;
    height: 800px;
    min-height: 800px;
	
	background:url(../img/sfumatura_sfondo.jpg) repeat-x;
}








/*header*/
#header {
	position:relative;
	width: 200px;
	height: 386px;
}

#logo {
	position:absolute;
	top:6px;
	left:98px;
	width: 439px;
    height:110px;
}
#header h1 a {
	color:#EBEBEB;
}

#mail_DV {
	position:absolute;
	top:103px;
	left:341px;
	width:161px;
    height:16px;
	
	z-index:100;
}



#contact {
	position:absolute;
	top:0;
	left:0;
	width:46px;
	height: 46px;
	
	background:url(../img/angolo_contatti.png) no-repeat;
}
#contact a {
	position:absolute;
	top:1px;
	left:4px;
}


#ramo_grande {
	position:absolute;
	top:82px;
	left:50px;
	width:487px;
    height:266px;
}





/*content*/

#content {
	position:relative;
	width: auto;
	height: auto;
}











/*footer*/

#footer {
	position:relative;
	width: 200px;
	height: 408px;
}

#ramo_piccolo {
	position:absolute;
	top:84px;
	left:233px;
	width:304px;
    height:149px;
}

#footer a {
	width:50px;
	color:#000;
	text-decoration:none;
	z-index:100;
}
#footer a:hover {text-decoration:underline;}

#footerLink1 {
	position:absolute;
	top:76px;
	left:290px;
}
#footerLink2 {
	position:absolute;
	top:110px;
	left:210px;
}
#footerLink3 {
	position:absolute;
	top:224px;
	left:286px;
}


/**/
#copyright {
	position:relative;
	float:right;
	width: 537px;
	height: auto;
	
	background:#1C1C1C;
	
	color:#FFF;
	text-align:center;
	
	padding:3px 0;
}







