@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: arial;
	color: #FFFFFF;
	text-decoration: none;
}
.tabella {
	background-image: url(images/sfondo-tab.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 1000px;
}
.header {
	background-image: url(images/header.jpg);
	height: 132px;
	width: 1000px;
}
.header-index {
	background-image: url(images/header-index.jpg);
	height: 259px;
	width: 1000px;
}
.footer {
	background-image: url(images/footer.jpg);
	height: 163px;
	width: 1000px;
}
.a-footer {
	font-family: arial;
	color: #003366;
	text-decoration: none;
	font-size: 10px;
}

