body { 
	background-image:none;
	background-color:#000000;
	min-width:990px;
	min-height:700px;
	margin:0px;
	padding:0px;
}

div.boxImg
{
	text-align:center;
	margin:0px;
	padding:0px;
    width:100%;
    top:0px;
    left:0px;
	position:absolute;
	z-index:100;
	min-width:990px;
}
div.boxImg img 
{
	width:900px;
	border:none;
	height:650px;
	margin:40px auto 0px auto;
}
div.boxLink
{
	text-align:center;
	margin:0px;
	padding:0px;
    width:100%;
    top:0px;
    left:0px;
	position:absolute;
	z-index:200;
	min-width:990px;
}

div.boxCentrato
{
	text-align:center;
	margin:0px;
	width:100%;
	min-width:990px;
}

/**** PIVA ****/
div.boxPI
{
    height:99%;
    width:100%;
    position:absolute;
    top:0px;
    left:0px;
    margin:0px;
    padding:0px;
	text-align:center;    
	z-index:0px;
	min-width:990px;
	min-height:700px;
}
div.cont1
{
	height:100%;
	min-height:100%;
	width:100%;
	position:relative;
	text-align:center;
}

div.cont2
{
	position:absolute;
	bottom:0px;
    left:0px;
	width:100%;
	text-align:center;
	color:#343434;
	font-family:Verdana;
	font-size:9px;
}

div.cont2 a:link,
div.cont2 a:visited,
div.cont2 a:active,
div.cont2 a:hover
{
	text-decoration:none;
	color:#343434;
	font-family:Verdana;
	font-size:9px;
}
/*****************************/
div.smallBoxLink
{
	margin:262px auto 0px auto;
	padding:0px;
	width:100px;
	text-align:center;
	background-color:#000000;
}
div.link-it
{
	margin:0px 0px 0px 19px;
	padding:0px;
	width:71px;
	height:11px;
	background-image:url('/images/link_it.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	cursor:pointer;
}
div.link-it:hover
{
	background-image:url('/images/link_it_over.png');
	cursor:pointer;
}
div.link-en
{
	margin:8px 0px 0px 22px;
	padding:0px;
	width:65px;
	height:10px;
	background-image:url('/images/link_en.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	cursor:pointer;
}
div.link-en:hover
{
	background-image:url('/images/link_en_over.png');
	cursor:pointer;
}