body {
	position: relative;
	width: 700px;
	margin: auto;
	min-height: 100%;
	_height: 1024px;
	background-image: url(../fondi/cielo01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	left: auto;
	right: auto;
    }



#contenitore{
	top:110px;
	width: 800px;
	left:50%;
	margin-left: -350px;
	position: absolute;
	height:1024px;
	overflow:auto;
	text-align: center;
	}
#sopra{
top:40px;
	width: 800px;
	left:50%; 
margin-left: -350px;
	position: absolute;
	height:60px;
	overflow:auto;
		z-index: 1;
	}

