body {
	background-color: #666666;
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font:11px Verdana;
}
#container {
	background-color: transparent;
	width: 900px;
	height: 500px;
	position: absolute;
	margin-top: 100px;
	margin-left:150px;
}
#header {
	background-color: transparent;
	width: 760px;
	height: 100px;
	position: absolute;
		margin-left:70px;
}
#menu {
	background-color: transparent;
	width: 760px;
	height: 20px;
	position: absolute;
		margin-left:70px;
		margin-top: 102px;
}
#principale1 {
	background-image: url(images/sfondo.jpg);
	width: 760px;
	height: 250px;
	position: absolute;
		margin-left:70px;
		margin-top: 123px;
}
#principale {
	background-color: transparent;
	width: 380px;
	height: 250px;
	position: absolute;
	margin-left:380px;	
}
#foto {
	background-color: transparent;
	width: 375px;
	height: 250px;
	position: absolute;
		
		
}
#principale-home {
	background-color: transparent;
	width: 760px;
	height: 380px;
	position: absolute;
		margin-left:70px;
}
#dati-home {
	background-color: transparent;
	width: 760px;
	height: 30px;
	position: absolute;
	margin-top: 385px;
	margin-left:70px;
}
#dati {
	width: 760px;
	height: 30px;
	position: absolute;
		margin-left:70px;
		margin-top: 380px;
}
.link {
	color: White;
}
a {
	color: White;
	text-decoration: none;
}
a:hover {
	color: Black;
	text-decoration: none;
	font-style: oblique;
}
.testo {
	color: #434343;
}
.ferme {
	color: Black;
	font-size: 12px;

	font-style: italic;
	font-weight: bold;
}