@charset "utf-8";
/* CSS Document */

body {
	background: url(../img/footer_prova.jpg) bottom no-repeat fixed;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333333;
}
.link {
	color: #FF0004;
	text-decoration: none;
	padding: 5px;
}
.link:hover {
	color: #666666;
	text-decoration: none;
	padding: 5px;
}
#footer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
	display: table;
	background-attachment: scroll;
	background-image: url(/immagini/footer.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 43px;
	margin-top: 10px;
	position: relative;
	top: 5px;
	bottom: 10px;
}
#container{
	position:relative;
	width:900px;
	z-index:10;
	margin: auto;
	left: auto;
	top: auto;
}
	
#body_module {
	filter: alpha(opacity=85);
	opacity: 0.85;
	position:absolute;
	width:900px;
	height:550px;
	z-index:20;
	left: 0px;
	white-space: normal;
	top: 128px;
	text-align: center;
	background-image: url(../img/sfondo.gif);
}

#base_module {
	position:absolute;
	width:906px;
	height:auto;
	z-index:20;
	left: 0px;
	white-space: normal;
	top: 366px;
	text-align: justify;
}

#footer {
	position:absolute;
	width:auto;
	height:auto;
	z-index:20;
	left: 152px;
	white-space: normal;
	top: 302px;
	text-align: left;
}

