body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: arial;
	font-size: 0.7em;
}
img {
	border: none;
}
#container {
	display:block; 
	position:relative; 
	height:100%; 
	width:100%;
	min-width: 400px;
	min-height: 470px;
	#min-height: 570px;
}
#underconstruction  {
	text-align: center;
	display:block; 
	position:absolute; 
	width:100%; 
	top:10%; 
	_top: 50px;
	margin-top:-20px;
}
#underconstruction h1 { 
	background: transparent url(./intestazione.png) no-repeat top center; 
	height:56px; 
}
#underconstruction h1 span {
	display:none;
}

#logo {
	text-align: center;
	display:block; 
	position:absolute; 
	width:100%; 
	top:35%;
	_top: 120px;

}

#web {
	text-align: center;
	display:block; 
	position:absolute; 
	width:100%; 
	top:65%;
	#top: 70%;
	_top: 300px;
}
#web h1 { 
	background: transparent url(./web.png) no-repeat top center; 
	height:22px; 
}
#web h1 span {
	display:none;
}

#chicchi {
	text-align: center;
	display:block; 
	position:absolute; 
	width:100%; 
	top:80%;
	_top: 400px;

}
#chicchi h1 { 
	background: transparent url(./chicchi.png) no-repeat top center; 
	height:34px; 
}
#chicchi h1 span {
	display:none;
}
#footer {
	position: absolute;
	text-align: center;
	min-width: 300px;
	width:96%; 
	margin-left:2%;
	bottom:10px;
	_top: 450px;

}

