html{
font-size: 100%;
} 

body {
	margin: 0;
	padding: 0;
	background: #EFEFEF url(../img/cg_sfondopagina.gif) repeat-y center top;
	font: 0.75em/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#header {
	width: 950px;
	margin: 0 0 20px;
	background: #FFFFFF;
}
#barra_header {
	background: #21588B;
	height: 30px;
	width: 950px;
}
#logo {
	margin: 30px 0px 10px 30px;
	padding: 0px;
}


#content {
	width: 950px;
	margin: 0 auto;
	background: url(../img/sfondo.jpg) repeat-y;
	padding: 0px;
}
#text {
	padding: 0px 0px 30px;
	margin: 0px auto;
	position: relative;
	width: 896px;
}


#footer {
	width: 950px;
	margin: 20px auto 0;
	background: #EAEAEA;
	height: 30px;
	clear:both;
	padding: 0px;
	position: relative;
	right: 0px;
}

#footer p {
	margin: 0 0 0 28px;
	text-align: left;
	color: #045792;
	padding-top: 6px;
	font-size: 0.8em;
	vertical-align: middle;
}

.button {
	margin: 0;
	height: 150px;
	padding-bottom: 24px;
}

.button img {
	margin-left: 50px;
	border-style: none;
}

.dot {
	margin: 0px 28px 15px;
	background: url(../img/dot.gif) repeat-x;
	height: 5px;
}

h1.alert {
	color: #DD7723;
	font-weight: bold;
	font-size: 1.5em;
	margin: 0px;
	padding: 20px 0px 5px;
	background: url(../img/alert.gif) no-repeat left;
	text-indent: 50px;
	border-bottom: 1px dotted #F9D7BC;
}

a:link {
	color: #B34103;
	text-decoration: none;
}     /* unvisited link */
a:visited {
	color: #006C9B;
	text-decoration: none;
}  /* visited link */
a:hover {
	color: #F1B27F;
	text-decoration: none;
}   /* mouse over link */

