@charset "utf-8";
/* CSS Document */
body{
width:1200px;

	background-color: #795548;
	margin: 0 auto;
}
header{
	width: 1200px;
	height: 900px;
	background: url(img/header.bar.png);
	background-repeat: no-repeat;
    background-position: center;
	margin: 0 auto;
	padding: 0;

}

iframe {
	width: 1200px;
	height: 4000px;
	background-size: cover;
	background-position: center;
	background-color: black;
	
}



.clearfloat {
		clear:both;
	}
.menu{
	width: 1200px;
	height: 200px;
	background: url(img/header.menu.png);
    background-repeat: no-repeat;
	margin: 0 auto;
	padding-bottom: 100px;
}
.botton{
	width:600px;	
	height: 600px;
	float: left;
	position: center;
	margin: 0 auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}













footer{
	width: 1200px;
	float: left;
	height:300px;
	background-color: #1A2E35;
	background-image: url(img/footer.png);
	text-align: center;
	padding-top: 100px;
	background-repeat: no-repeat;
	margin: 0 auto;
}

#spazio_social{

	margin-left: 200px;
	margin-right:200px;
	
}

p{
	font-family: "DejaVu Sans";
	font: bold;
	font-size: 12px;
	margin-top: 30px;
	color: white;
}

