@charset "UTF-8";
/* CSS Document */

/*body {
background-image: url(jpg/home_02.jpg);
background-position:left;
background-repeat:no-repeat;
background-attachment:
}*/
	
#contenitore {
	height:104px;
	width:610px;
	position:absolute;
	top:50%;
	margin-top:-52px;
	left:50%;
	margin-left:-305px;
	text-align:center;
	
	
	border-width:0px;
}


    img.bg {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    
    z-index: -9999;
    }
