/* CSS Document */

body{
	vertical-align:top;
	margin:0;
	padding:0;
	border:0;
	text-align:center;
	background-color:#C4CED4;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	font-weight:normal;
}

#chisiamo{
	width:800px;
	height:600px;
	background-image:url(immagini/fondo.jpg);
	background-repeat:no-repeat;
	text-align:center;
	margin:0 auto -15px auto;
}

#fasciabassa{
	width:800px;
	text-align:center;
	line-height:12px;
	padding-top:12px;
	font-size:10px;
}

.titolo{
	font-size:12px;
	font-weight:bold;
}

a{
	color:#000;
	text-decoration:none;
}

a:hover{
	color:#666;
	text-decoration:none;
}

img{
	border:0;
}