
body{
		background-color : #e8b05a;
}

/*
body { 
	background-image:url("img/sfondo-natalizio.jpg"); 
	background-repeat:repeat;
}
*/

#sfondo{		
		width  : 900px;
		height :  700px;
		margin-left : auto;
		margin-right : auto;
		margin-top : 2px;	
		background-position : top center;
		background-repeat : no-repeat;
		border : solid 1px;
		border-color : black;	
	}
	
#blocco1{
	position:absolute;
	width   : 900px;
	height  :  150px;
	margin-left : 0px;
	margin-top : 0px;
	background-image : url("img/blocco1.png");
	background-repeat : no-repeat;
}
#blocco2{
	position:absolute;
	width   : 900px;
	height  :  40px;
	margin-left : 0px;
	margin-top : 149px;
}
#blocco3{
	position:absolute;
	width   : 900px;
	height  :  515px;
	margin-left : 0px;
	margin-top : 185px;
	/*background-image : url("img/blocco3-index.png");*/
	background-color:black;
}

