body {
	background-color: #FFFFFF;
	}
#contenitore {
			width: 800px;
			height: 600px;
			position: absolute;
			top: 50%;
			left: 50%;
			margin-top: -450px;
			margin-left: -400px;
			background-color: #FFFFFF;
			padding-top: 150px;
			text-align: center;
		}
p {
	font-size: 12px;
	color:#999999;
	}
#spostamento {
	top:80%;
	}