html {
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust:none;
}
body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#sfondo_home {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 748px;
	background: url(../images/sfondo_immagine_home.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}
#sfondo_interno {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 525px;
	background: url(../images/sfondo_immagine_home.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	overflow: hidden;
}
#content {
	position: relative;
	margin: 0 auto 0 auto;
	z-index: 2;
	top: 0px;
	width: 984px;
}
#testata {
	position: absolute;
	width: 984px;
	top: 25px;
	margin: 0 auto 0 auto;
	z-index: 1;
}
#menu {
	position: absolute;
	width: 984px;
	top: 278px;
	margin: 0 auto 0 auto;
	z-index: 3;
}
#animazione_home {
	position: absolute;
	width: 984px;
	top: 337px;
	margin: 0 auto 0 auto;
	z-index: 2;
}
#animazione_interno {
	position: absolute;
	width: 984px;
	top: 337px;
	margin: 0 auto 0 auto;
	z-index: 2;
}
#contenuto_home {
	position: absolute;
	width: 984px;
	top: 770px;
	margin: 0 auto 0 auto;
	z-index: 4;
}
#contenuto_interno {
	position: absolute;
	width: 984px;
	top: 545px;
	margin: 0 auto 0 auto;
	z-index: 4;
}

.baseFont {
	font-family: Arial, Helvetica, sans-serif;
}

.size10 {
	font-size: 10px;
}
.size11 {
	font-size: 11px;
}
.size12 {
	font-size: 12px;
}
.size16 {
	font-size: 16px;
}

.coloreGrigio {
	color: #999999;
}
.coloreNero {
	color: #333333;
}
.coloreRosso {
	color: #cf4439;
}
.coloreBianco {
	color: #ffffff;
}

.coloreNero > b, .coloreNero > strong {
	color: #cf4439;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
