/* CSS Document */

#contenitore{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:780px;
	border: 3px solid #FF9900;
}

#footer{
	position:absolute;
	top:718px;
	left:0px;
	width:960px;
	height:12px;
	background-color: #FC9106;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FF9900;
}

#fine {
	position:absolute;
	left:1058px;
	top:758px;
	width:44px;
	height:37px;
	z-index:1;
}
.footer {
	font-family: Verdana;
	font-size: 12px;
	color: #FC5106;
	text-align: center;
	padding: 20px;
}

