/*###################################### START GENERIC CLASSES ######################################*/
*	{
	margin:0px;
	border:0px;
	}
.clear{
	clear:both;
	}
.clearRight{
	clear:right;
	}		
.clearLeft{
	clear:left;
	}
body{
	font-family:Arial, Helvetica, sans-serif;
	background:#000000 url(../../images/BgdBody.jpg) top center no-repeat;
	}
	
	/*********************/	
div#Main{
	position: relative;
	width: 996px;
	margin: 0 auto;
}
div#ContentIndex{
	display: inline;
	float: left;
	width: 996px;
	height: 774px;
	background: url(../../images/BgdIndex.jpg);
}
div#ContentIndex .lingue{
	display: inline;
	float: left;
	margin: 490px 0 0 745px;
	line-height: 30px;
	width: 224px;
	height: 30px;
}
div#ContentIndex .lingue a{
	display: inline;
	float: left;
	margin:0 1px 0 0;
	width: 111px;
	height: 30px;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	background: url(../../images/BtnLingua.png) 0 0px;
	text-decoration: none;
}
div#ContentIndex .lingue a:hover{
	color: #FFF;
	background: url(../../images/BtnLingua.png) 0 -30px;
	text-decoration: none;
}