html, body, h1, h2, h3, h4, h5, h6, p, div{
	margin:0;
	padding:0;
	border:0;
}
body{
	color: #000;
	font: 62.5%/1.5 Arial, Helvetica, sans-serif; /*--così il font-size è di 10px--*/
	background-color:#FFF;
	text-align:right;
}
.nascosto {
	position:absolute;
 	left:-10000px;
 	top:-10000px;
 	width:1px;
 	height:1px;
 	overflow:hidden;
}
#container{
	margin:12% 25% 0 0;
}
h1{
	font-size:1.6em;
	margin-top:1.6em;
}
h2{
	font-size:4em;
	width:377px;
	height:56px;
	line-height:56px;
	position:relative;
}
html:lang(it) h2{
	float:right;
}
h2 span.cover{
	background: url(img_index/turin.gif) no-repeat left top;
	height:100%;
	width:100%;
	position:absolute;
	left:0;
	top:0;
}
h3{
	color:#808284;
	font-size:1.4em;
	font-weight:normal;
	clear:both;
	padding-bottom:35px;
	background:url(img_index/and.gif) no-repeat right bottom;
}
p{
	color:#525252;
	font-size:1.2em;
	margin:2em 0;
}
p.indirizzo{
	text-transform:uppercase;
	margin-top:0;
}

.and, a{
	color:#ed1c24;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}