body {
	background-color: #333333;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
}
#main {
	width: 906px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/sfondo.jpg);
	background-repeat: no-repeat;
	height: 610px;
	position: relative;
}
#pallottololiere {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
/*
	display: none;
*/
}
#testo {
	top: 47px;
	left: 21px;
	min-height: 486px;
	position: absolute;
	height:auto !important;
	height: 486px;
	padding: 18px;
	width: 470px;
	background-color: #1F1F1F;
	background-image: url(images/sfondotesto.jpg);
	background-repeat: no-repeat;
	border: 1px solid #424242;
	margin-bottom:20px;
	z-index: 1;
}
#dx {
	position: absolute;
	width: 304px;
	left: 611px;
	top: 85px;
	height: 135px;
	z-index: 1;
}

.fascetta {
	color: #EC0000;
	font-size: 10px;
	font-weight: bold;
}
.fascetta a{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	color: #FF0000;
}
.fascetta a:hover{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	color: #FF0000;
}
p {
	margin-top: 0px;
	margin-bottom: 16px;
}
h1, h2, h3, h4{
	margin-top: 0px;
	margin-bottom: 4px;
	line-height: 120%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #EC0000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #EEEEEE;
}
#dx a, #testo a{
	border-bottom: dashed 1px #CCCCCC;
}
a:hover {
	background-color: #CCCCCC;
	color: #000000;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#back {
	position: absolute;
	left: 509px;
	top: 54px;
	z-index: 1;
}

