body {
	width: 100%;
	height: 100%;
	/*background-image: url(./data/immagini/layout/sfondo_index.gif);
	background-repeat: repeat-x;
	background-color: #fff;*/
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-family: tahoma, verdana, helvetica, sans serif;
	color: #333;/*#13367A;*/
	font-size: 11pt;
}

#index {
	width: 784px;
	height: 507px;
	/*background-color: #007ac2;*/
	/*background-image: url(./data/immagini/layout/index.png);*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
}

#menu_lang {
	position: relative;
	top: 375px;
	left: 50px;
}

#skip {
	width: 784px;
	font-size: x-small;
	color: #007ac2;
	cursor: pointer;
	text-align: center;
}

#skip a {
	font-size: x-small;
	color: #007ac2;
	cursor: pointer;
}

#skip a:hover {
	font-size: x-small;
	color: #13367a;
	cursor: pointer;
}
#foot {
	margin-bottom:0;
padding-top:25px;
	width: 784px;
	font-size: x-small;
	color: #007ac2;

	text-align: center;
}