/* CSS Document */

html {
height: 100%;
}

body {
	margin: 0px;
	height:100%;
	background: #bad0fb url(images/bg_nuvole.gif) top center repeat-x;
	color:#003366;
	font-family:"Times New Roman", Times, serif;
	}
	
	
a {
	color:#660066;
}

table {
	border:0px;
}

.home_titolo {	
	font-weight:bold;
	font-size: 18px;
}
	
.home_testo {	
	font-size: 12px;
	color: #ffffff;
}

.testo {	
	font-size: 16px;
}

.td_linea {
background: url(parts/linea.gif) left repeat-y 
}

.titolo {	
	font-size: 28px;
	font-weight:bold;
	letter-spacing:5px;
}

.menu {color:#990000; }

.menupage {
	color:#616353;
	font-weight:bold;
	text-decoration:none;

}

.menupage:hover {
	text-decoration:underline;

}

div#titolo { padding:10px 0; }
.verde { color:#279b54; }
.arancio { color:#f5871f; }
.azzurro { color:#2da6dd; }
.magenta { color:#c22d3c; }
.verdone { color:#286c48; }
.grigio { color:#e92890; }
.bianco { color:#FFFFFF; }
.hidden{ display:none; }
#uccello { position:absolute; width:220px; height:147px; }
.front{ background-image:url(images/biriki_fiore.png); }
.back{ background-image:url(images/biriki_fiore2.png); }


