@charset "UTF-8";

body, html {
   height: 100%;
   margin: 0;
   	background-color: #58585a;
	background-image:url(img/sfondo_index.jpg);
	background-position:center;
	background-repeat:no-repeat;
} 
#container {
   padding-left:220px;
   position: absolute;
   top: 50%;
   left: 50%;
   margin: -305px 0 0 -470px;
}

#container2 {
   padding-left:0px;
   position: absolute;
   top: 50%;
   left: 47%;
   margin: -365px 0 0 0px;
}

#foto{
	width:720px;
	height:610px;
	float:left;
	}
