/* BASE DEL SITO */
body, #container {
	/* Body */
	font-family: "Arial";
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
	line-height: 18px;
	margin: 0; padding: 0;
	/* container */
	width: 100%;
	min-height: 100%;
	height: auto !important;
	background-image: url(imgIndex/bck.jpg);
	background-position: center;
	background-repeat: repeat-y
}

/********************************************** INIZIO SITO **********************************************/

#boxSito {
	width: 796px;
	/*height: 50em;
	min-height: 50em;*/
	height: 100%;
	min-height: 100%;
	height: auto !important;
	position: relative;
	margin: 0 auto; padding: 0;
	background-color: #a22200;
}
#boxFlag {
	width: 97px;
	height: 73px;
	margin: 0 0 0 680px; padding: 0;
}
#boxTitolo {
	width: 797px;
	height: 122px;
	margin: 0; padding: 0;
	background-image: url(imgIndex/img_tavola.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#boxLogo {
	width: 797px;
	height: 395px;
	margin: 0; padding: 0;
	background-image: url(imgIndex/logo.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#boxFooter {
	width: 100%;
	height: 80px;
	clear: both;
	margin: 0 auto; padding: 7em 0 0 0;
	font-family: "Arial";
	color: #feffff;
	line-height: 20px;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
}
#boxFooter a, #boxFooter a:link, #boxFooter a:active, #boxFooter a:visited {
	font-size: 15px;
	color: #feffff;
	font-weight: bold;
	text-decoration: none
}
#boxFooter a:hover {
	font-size: 15px;
	color: #feffff;
	font-weight: bold;
	text-decoration: none
}
