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


body {
	background-image: url(../sfondi/sfondo_base1px.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 100%;
	width: 100%;
	background-repeat: repeat;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #00FFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


#contenitore_generale {
	height: 100%;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#box_flash {
	height: 100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3%;
	text-align: center;
}
#box_index {
	height: 730px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(../sfondi/sfondo-index.jpg);
	background-repeat: no-repeat;
	margin-top: 3%;
}

