#contenitore
{
	width: 150px;
	position:absolute;
	left:50%;
	top: 50%;
	margin: -150px 0 0 -75px;
	padding: 4px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:  10px;
	text-align: center;
	background-color: White;
}

#buten a, #butit a{
	display: block;
	width: 73px; height: 30px;
}
#buten {
	float: left;
	width: 73px; height: 30px;
	background: url(../images/eng.gif) no-repeat;
	background-position: top;
	padding: 0;
	margin: 0;
}
#buten a:hover {
background: url(../images/eng.gif) no-repeat;
background-position: bottom;
}

#butit {
	float: left;
	width: 73px; height: 30px;
	background: url(../images/ita.gif) no-repeat;
	background-position: top;
	padding: 0;
	margin: 0 4px 0 0;
}
#butit a:hover {
background: url(../images/ita.gif) no-repeat;
background-position: bottom;
}

#footer{
float: left;
	position: absolute;
	height: 26px;
	background-color: #080134;
	width: 100%;
	position:absolute;
	top: 100%;
	margin: -26px 0 0 0px;
	
}

#credit{
float: right;
	height: 26px;
	background-color: #080134;
	width: 20%;
	position:absolute;
	top: 100%;
	margin: -26px 0 0 0px;
	 
}