@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(img_struttura/sfondo.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
a{
	color:#B71B1F;
}
a:hover{
	color:#333333;
}
.menu{
	color:#FFF;
	font-size:20px;
	text-align:right;
}
.menu a{
	color:#FFF;
	margin-left:20px;
}
.menu a:hover{
	color:#B71C20;
}
.box{
	background-image:url(img_struttura/sfondo_box.png);
	background-repeat:no-repeat;
	height:370px;
	font-size:14px;
	line-height:22px;
	padding:20px;
	padding-right:40px;
}

.testo{
	font-size:21px;
	line-height:28px;
	font-style:italic;
}