.body {
	background-color: #3f4044;
	background-repeat: repeat;
	background-attachment: fixed;
	background-image: url(../img/bg1.jpg);
	background-position: 50% 50%;
	overflow: hidden;
	font-family: "Comic Sans MS", 'Marker Felt', sans-serif;
}
.stage_cont {
	height: 1096px;
	width: 1283px;
	position: fixed;
	z-index: 1;
	margin-right: auto;
	margin-left: -665px;
	margin-top: -525px;
	padding-left: 50%;
	top:50%
}
.stage {
	height: 542px;
	width: 802px;
	position: static;
	z-index: 2;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/stage_bg.png);
	background-repeat: no-repeat;
	float: left;
}
#menu {
	width: 161px;
	height: auto;
	margin-top: 82px;
	float: left;
}
.content {
	width: 600px;
	height: 482px;
	float: left;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.title_pag {
	font-family: "Comic Sans MS", 'Marker Felt', sans-serif;
	font-size: 30px;
	color: #DD463B;
	font-weight: normal;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: auto;
}
.bg_home {
	background-image: url(../img/bg_home.png);
	background-repeat: no-repeat;
	height: 130px;
	width: 550px;
	background-position: -3px 6px;
	padding-top: 310px;
	padding-left: 65px;
}

.bio {
	height: 380px;
	width: 250px;
	padding-left: 30px;
	overflow: auto;
	font-family: "Comic Sans MS", 'Marker Felt', sans-serif;
	font-size: 13px;
	/*text-align: justify;*/
	padding-right: 20px;
	margin-top: 20px;
	float: left;
	line-height: 17px;
}
.foto_bio {
	float: left;
	background-image: url(../img/bg_chisono.png);
	height: 486px;
	width: 274px;
	margin-top: -55px;
}

.gallery {
	width: 600px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	text-align: justify;
	height: 400px;
	background-image: url(../img/bg_gallery.png);
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.bg_contatti {
	background-image: url(../img/bg_contatti.png);
	background-repeat: no-repeat;
	height: 430px;
	width: 593px;
	float: left;
	text-align: center;
}
.bg_contatti h1 {
	font-size: 14px;
	font-weight: normal;
	line-height: 35px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 50px;
	margin-top: 0px;
	padding: 0px;
}
.bg_contatti a.social {
	background:url(../img/facebook.png) no-repeat;
    display: inline-block;
    height: 31px;
	width: 32px;
    left: 15px;
    margin-left: 4px;
    position: relative;
}
.player_mp3 {
	width: 600px;
	overflow: auto;
	margin-top: 0px;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding-top: 35px;
	background-image: url(../img/bg_player.png);
	background-repeat: no-repeat;
	padding-left: 37px;
}
.testi {
	font-family: "Comic Sans MS", 'Marker Felt', sans-serif;
	font-size: 10px;
	margin-left: 10px;
	width: 300px;
	text-align: left;
	height: auto;
}
.testi ul {
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.testi a {
	color: #000;
}


.player_video {
	width: 530px;
	overflow: auto;
	height: 450px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding-left: 110px;
	padding-top: 20px;
	background-image: url(../img/bg_video.png);
	background-repeat: no-repeat;
	background-position: 15px 4px;
}

.video_iframe{ margin-top:25px;}


img {border:0}
img.nohover {border:0}
img.hover {border:0;display:none}
a:hover img.hover {display:inline}
a:hover img.nohover {display:none}
