/* dichiarazioni generali */

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font: normal 11px/14px arial, helvetica, sans-serif;
	color: #000000;
}

h1, h2, h3 {
	display: none;
}

p {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul li {
	margin: 0px;
	padding: 0px;
}

hr {
	display: none;
}

/* elementi principali */

div#wrapper {
	position: absolute;
	overflow: hidden;
	width: 800px;
	height: 500px;
}

img#logo {
	display: none;
}

div#copyright {
	display: none;
}

/* classi */

div.top-left {
	top: 0px;
	left: 0px;
	margin: 0px;
}

div.top-center {
	top: 0px;
	left: 50%;
	margin: 0px 0px 0px -400px;
}

div.middle-left {
	top: 50%;
	left: 0px;
	margin: -250px 0px 0px;
}

div.middle-center {
	top: 50%;
	left: 50%;
	margin: -250px 0px 0px -400px;
}

div.intro {
	background: transparent url(../images/backgrounds/intro.jpg) no-repeat top left;
}

div.home-en {
	background: transparent url(../images/backgrounds/home_en.jpg) no-repeat top left;
}

div.home-it {
	background: transparent url(../images/backgrounds/home_it.jpg) no-repeat top left;
}

div.biography-it {
	background: transparent url(../images/backgrounds/biography_it.jpg) no-repeat top left;
}

div.biography-en {
	background: transparent url(../images/backgrounds/biography_en.jpg) no-repeat top left;
}

div.contacts-it {
	background: transparent url(../images/backgrounds/contacts_it.jpg) no-repeat top left;
}

div.contacts-en {
	background: transparent url(../images/backgrounds/contacts_en.jpg) no-repeat top left;
}

div.editorial-it {
	background: transparent url(../images/backgrounds/editorial_it.jpg) no-repeat top left;
}

div.editorial-en {
	background: transparent url(../images/backgrounds/editorial_en.jpg) no-repeat top left;
}

div.kids-it {
	background: transparent url(../images/backgrounds/kids_it.jpg) no-repeat top left;
}

div.kids-en {
	background: transparent url(../images/backgrounds/kids_en.jpg) no-repeat top left;
}

div.portrait-it {
	background: transparent url(../images/backgrounds/portrait_it.jpg) no-repeat top left;
}

div.portrait-en {
	background: transparent url(../images/backgrounds/portrait_en.jpg) no-repeat top left;
}

div.miscellaneous-it {
	background: transparent url(../images/backgrounds/miscellaneous_it.jpg) no-repeat top left;
}

div.miscellaneous-en {
	background: transparent url(../images/backgrounds/miscellaneous_en.jpg) no-repeat top left;
}

/* classi speciali */

.hidden {
	display: none;
}

.invisible {
	visibility: hidden;
}