body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	font-size: 12px;
	color: #fff;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
}
img {
	border: none;
}
.clear {
	clear: both;
	margin: 0;
}
h1 {
	color: #cccccc;
	font-size: 32px;
	margin: 0;
	font-family: Arial;
	font-weight: normal;
}
h2 {
	color: #d70218;
	font-size: 28px;
	margin: 0 0 50px 0;
	font-family: Arial;
	font-weight: normal;
}
h3 {
	color: #EEEEEE;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	margin: 50px 0 0;
}
a, a:visited {
	color: #d70218;
	text-decoration: none;
}
a:hover {
	color: #ccc;
	text-decoration: underline;
}
div#pagina {
	width: 1004px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
div#contVideo {
	float: left;
	width: 480px;
	height: 264px;
	background: url(../immagini/bgVideo.jpg) top center no-repeat #000000;
}
div#galleria {
	width: 524px;
	height: 264px;
	margin: 0 auto;
	padding: 0;
	background-color: #000;
	overflow: hidden;
	text-align: left;
	position: relative;
	z-index: 400;
}
div#contThumb {
	width: auto;
	height: 264px;
	position: absolute;
	z-index: 300;
}
div#contThumb img {
	float: left;
	z-index: 301;
}
div#body {
	background: url("../immagini/body.jpg") no-repeat;
	width: 984px;
	height: 400px;
	color: #000;
	padding: 10px;
	position: relative;
}
.area9 {
	font-size: 11px
}
div.colonna {
	position: absolute;
}
div#colonna1 {
	left: 2%;
}
div#colonna2 {
	left: 42%;
}
div#colonna3 {
	left: 77%;
}
div#body h2 {
	color: #000;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.leftalign {
	text-align: right;
	margin-bottom: 30px;
}
