/* CSS Document */

body {
	
	background-image:url(../immagini/sfondo/3.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	
	
}

#cont {
	
  width: 100px;
  height: 100px;
  background-color: #567;
  
  position:absolute;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -256px;	
	
}
