/* CSS Document */

body{
	margin: 0 auto; /*tutti i 4 margini sono 0px*/
	padding: 0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	/*background-image:url(immagini/linea_sx_01.jpg);
	background-repeat:repeat-x;  #FFCCFF piu scuro*/
	background-color:#FFCCFF;

}

#content {	
	margin: 0 auto;
	width:1024px;
	height:800px;
	
	
}


#header{
	position:relative;
	float:left;
	width:1024px;
	height:128px;
	margin:0 auto;
	padding:0px;
	margin:0px;
}
#header #hea1{
	position:relative;
	float:left;
	width:158px;
	height:128px;
	margin:0 auto;
	padding:0px;
	margin:0px;
	}
#header #hea2{
	position:relative;
	float:left;
	width:704px;
	height:128px;
	margin:0 auto;
	padding:0px;
	margin:0px;
	}
#header #hea3{
	position:relative;
	float:left;
	width:162px;
	height:128px;
	margin:0 auto;
	padding:0px;
	margin:0px;
	}
	

#menu{
	position:relative;
	float:left;
	width:1024px;
	height:37px;
	}

#sx{
	position:relative;
	float:left;
	width:158px;
	height:572px;
	background-image:url(immagini/home_12.jpg);
	background-repeat:no-repeat;
}




#center{
	position:relative;
	float:left;
	width:704px;
	height:572px;
	
	
}



#center #biotxt2{
	width:704px;
	height:28px;
	}

#dx{
	position:relative;
	float:left;
	width:162px;
	height:572px;
	background-image:url(immagini/home_14.jpg);
	background-repeat:no-repeat;
}
#footer{
	position:relative;
	float:left;
	width:1024px;
	height:63px;
	background-image:url(immagini/home_15.jpg);
	background-repeat:no-repeat;
	
}

#footer .testo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
	text-align:center;
	
	}

#footer .testo a:link{
	text-decoration:none;
	color:#999;
	
	}
	

	
	#footer .testo a:visited{
	text-decoration:none;
	color:#999;
	
	}
	
		#footer .testo a:hover{
	text-decoration:none;
	color:#666;
	font-size: 12px;
	font-weight: bold;
	
	}
