@CHARSET "UTF-8";

#testata
{
	background-image: url(../immagini/grafica/cielo.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 79px;
	margin-top: 0px;
	position: relative;
}

#menu
{
	background-color: transparent;
	z-index: 20;
}

#intestazioni
{
	display: none;
}

#menuBg
{
	margin: 0px;
	height: 47px;
	width: 955px;
	background-color: #172655;
	position: absolute;
	top: 79px;
	opacity: 0.6;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	z-index: 10;
}

#content
{
	background-color: #eceff6;
	
	background-image: url(../immagini/grafica/sfondi/fondo_pagine.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
	height: auto;
	overflow: hidden;
	min-height: 600px;
}


#underContent
{
	
	background-image: url(../immagini/grafica/sfondi/barra-sotto-sfumat.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 1000px;
	left: -13px;
	position: relative;
}


#piedeSito
{
	clear: both;
	margin-top: 10px;
}

#imgNorme
{
	position: relative;
	left: 0px;
	bottom: 0px;	
	background-position: bottom;
	margin: 0px 0px 10px 0px;
}

div.titolo
{
	width: 100%;
	font-weight: bold;
	font-size: 22px;
	color: white;
}

div.sottotitolo
{
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	color: #172655;
}

