/*IMPOSTAZIONI PAGINA DI START (Index)*/
html,body
{
	margin: 0;
	padding: 0;
	font-size: 76%;
   height: 100%;
}
img
{
	border: none;
}
.body
{
	background: #E1FFFF;
}
div#container
{
    position: relative;
	 height: 100%;
}
body>div#container
{
    height: auto;
}
.h1
{
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
	font-size: 3em;
	color: Blue;
}
div#centrale
{
	text-align: center;
}
.tabella
{
	width: 100%;
	text-align: center;
}
.td
{
	text-align: center;
	width: 50%;
}
.img
{
	  width: 68px;
	  height: 45px;
	  border: 0;
}
.img1
{
	 width:144px;
	 height:42px;
	 border: 0;
}
.img_corale
{
	width:638px;
	height:481px;
}
p.contatore
{
	text-align: center;
}
.h2
{
	text-align: center;	
	font-style: oblique;
	font-size: 2em;	
	color:Teal;
}
div#footer
{
	text-align: center;
	height: 31px;
	width: auto;
	border: none;
}
/* FINE IMPOSTAZIONI DELLA PAGINA*/
