body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

body.home { background: #764735 url('images/pattern_home.jpg') repeat center center; }
body.mission { background: #764735 url('images/pattern_home.jpg') repeat center center; }
body.creativity { background: #96AAB5 url('images/pattern_tv.jpg') repeat center center; }
body.contacts { background: #764735 url('images/pattern_contatti.jpg') repeat center center; }
body.friends { background: #764735 url('images/background-friends.jpg') repeat center center; }
body.scroll { background: #96AAB5 url('images/pattern_tv.jpg') repeat center center; }
body.family { background: #96AAB5 url('images/sfondo-family.jpg') repeat center center; }

#wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#horizon {
	position: asbolute;
	width: 100%;
	height: .1em;
	overflow: visible;
	top: 50%;
}
.flashcontainer {
	position: absolute;
	width: 820px;
	height: 620px;
	top: 50%;
	left: 50%;
	margin: -315px 0  0 -415px;
	border: 5px solid white;
	float:left;
	
}
.piva {
	width: 50px;
	height: 620px;
	background:url('images/piva.png') no-repeat;

}
.box {
	position: absolute;
	width: 820px;
	height: 620px;
}
.fcontainer {
	width: 820px;
	height: 620px;
	border: 5px solid white;
}

/* CREATIVITY */
body.scroll #scroll { position: absolute; width: 4000px; height: 4000px;}
#creativity_home { top:1000px; left: 1200px; }
#creativity_book { top: 250px; left: 400px; }