/* CSS Document */

body,html  {
	height:100%;
	margin:0;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

#container {
	height: 400px;
	width: 100%;
	position:absolute;
	top:50%;
	margin-top: -200px;
	background-color: #FFFFFF;
	background-image: url(images/bg-index.gif);
	background-repeat: repeat-x;
	background-position: center;

}

#containerintro {
	height: 400px;
	width: 770px;
	position:absolute;
	left:50%;
	margin-left: -385px;

}
#containerunderc {
	height: 570px;
	width: 770px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top: -285px;
	margin-left: -385px;
	border: 1px solid #959595;
	background-image: url(images/under-c.jpg);

}
#top {
	height: 50px;
	width: 770px;
}
#centre {
	height: 300px;
	width: 770px;
	position: relative;
}
#foot {
	height: 50px;
	width: 770px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	text-align: center;
}
#bio {
	height: 490px;
	width: 770px;
	position: relative;
	background-image: url(images/bg-bio.jpg);
	overflow: auto;
}
#press {
	height: 490px;
	width: 770px;
	position: relative;
	background-image: url(images/bg-press.jpg);
	overflow: auto;
}
.txtbio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	margin-right: 320px;
	margin-left: 20px;
	margin-top: 15px;
	height: 450px;
	text-align: left;
}

.txthome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	margin-right: 410px;
	margin-left: 20px;
	margin-top: 60px;
	text-align: left;
	line-height: 2.0em;
}
.txtcontatti {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	margin-right: 410px;
	margin-left: 20px;
	margin-top: 20px;
	text-align: left;
}
.txtcontatti a {
	color: #999999;
}
.txt9 {
	font-size: 9px;
}
.bordino {
	border: 1px solid #999999;
}




#home {
	height: 496px;
	width: 770px;
	position: relative;
	background-image: url(images/bg-home.jpg);
	background-repeat: no-repeat;
	overflow: auto;
}

#contatti {
	height: 496px;
	width: 770px;
	position: relative;
	background-image: url(images/bg-contatti.jpg);
	background-repeat: no-repeat;
	overflow: auto;
}
