#main {
	display:block;
	width:800px;
	height:600px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-300px;
	margin-left:-400px;
	border:0px solid black;
	background: url(../images/fornace2.gif) no-repeat;
}
#contenuti {
	position:relative;
	width:400px;
	top:310px;
	left:200px;
	font-family: arial, sans-serif;
	font-size: 10px;
	color: black;
	text-align: left;
}
#contenuti2 {
	position:absolute;
	top:360px;
	width:300px;
	left:538px;
	font-family: arial, sans-serif;
	font-size: 10px;
	color: black;
	text-align: left;
}
.scrittaLogo {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: black;
}
.collegamento {
	padding: 4px 0 3px 0;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: rgb(90,90,90);
}
.collegamento a{
	font-family: arial, sans-serif;
	font-size: 11px;
	color: rgb(90,90,90);
	text-decoration: none;
}
.collegamento a:hover{
	font-family: arial, sans-serif;
	font-size: 11px;
	color: black;
	text-decoration: none;
}
.collegamento2 {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: rgb(0,0,0);
}
.collegamento2 a{
	font-family: arial, sans-serif;
	font-size: 11px;
	color: rgb(0,0,0);
	text-decoration: none;
}
.collegamento2 a:hover{
	font-family: arial, sans-serif;
	font-size: 11px;
	color: rgb(90,90,90);
	text-decoration: none;
}
.giallo {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: rgb(250,210,80);
}
.alert {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: red;
}