/* CSS Document */

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

#footer{
position:absolute;
top:1900px;
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:500px;
	top:1900px;
	width:44px;
	height:37px;
	z-index:1;
}
.titolo {
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FDDD04;
}

#adsense {
	position:absolute;
	left:49px;
	top:720px;
	width:160px;
	height:600px;
	z-index:2;
}

.footer {
	font-family: Verdana;
	font-size: 12px;
	color: #FC5106;
	text-align: center;
	padding: 20px;
}

