@charset "UTF-8";
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-image: url(images/sfondo.jpg);
	background-repeat: no-repeat;
	background-position: center;

}
#container {
	position:absolute;
	top: 50%;
	left: 50%;
	width:955px;
	height:575px;
	margin-top: -287px; 
	margin-left: -477px;

	}
#logo {
	margin:auto;
	width:228px;
	height:224px;
	background:url(images/logo_fp.png) no-repeat;
	}
#logotipo {
	margin:auto;
	margin-top: 40px;
	margin-bottom:100px;
	width:392px;
	height:91px;
	background:url(images/fratelli_pazzaglia.png) no-repeat;
	}
#ifp_box {
	float:right;
	}
#fp_box {
	float:left;
	}
.clr {
	clear:both;
	}
