* {
	margin: 0;
}
body {
	font-family:  "Bodoni Bk BT", Bodoni, "Times New Roman", Times, serif;
	text-align: center;
	color: #234253; /* colore principale del testo nel sito */
	height:100%;
	background-color: #fffff7;
	background-image: url(/img/attorno_al_vino/sf_attorno_al_vino.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
html {
	height:100%;
}
#contenitore {
    position:relative;
	width: 100%;
	text-align: center;	
	height: auto !important; /*  serve per far prendere l'altezza al 100% al contenitore principale */
	height: 100%;
	min-height: 100%;
	margin: 0 auto -103px; /* tolgo l'altezza del footer dal contenitore principale */
}
/* ---------- testata ----------- */

#contenitore #testata{
	height: 321px;
	width:100%;
	background-repeat: no-repeat;
	background-position: center top;
}

/* ---------- fine testata ----------- */

/* ---------- contenuti ----------- */
#contenitore #corpo_attorno {
	width: 742px;
	margin-right: auto;
	margin-left: auto;
	background-color: #efebdc;
}
#contenitore #corpo_attorno .testata_corpo{
	background-image: url(/img/attorno_al_vino/testata_corpo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
	text-align: right;
}
#contenitore #corpo_attorno .cont_corpo{
	padding-bottom: 10px;
	padding-top: 9px;

}
#contenitore #corpo_attorno .cont_corpo .box_attorno{
	width: 247px;
	float: left;
	height: 175px;
}
#contenitore #corpo_attorno .cont_corpo .box_attorno .cont_attor{
	width: 247px;
	
}
#contenitore #corpo_attorno .cont_corpo .video{
	float: left;
	
} 
#contenitore #corpo_attorno .cont_corpo .video_back{
	float: left;
	margin-right: 40px;
	margin-left: 15px;
	margin-top: 335px;
	margin-bottom: 10px;
}  
/* ---------- contenuti ----------- */

/* ---------- footer ----------- */
#footer{
	height: 103px;
	position:relative;
	width:742px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	white-space: nowrap;
}
#footer .footer_box1{
	height: 103px;
	width: 34%;
	text-align: center;
	float: left;
	position: relative;
}
#footer .footer_box1 a{
	display: block;
	height: 25px;
	width: 30px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/img/attorno_al_vino/attorno_al_vino_freccia_off.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
#footer .footer_box1 a:hover{
	background-image: url(/img/attorno_al_vino/attorno_al_vino_freccia_on_v.gif);
}
.cont_box{
	height:78px;
	text-align: center;
}
#footer .footer_box2{
	height: 103px;
	width: 33%;
	text-align: center;
	float: left;
	position: relative;
}
#footer .footer_box2 a{
	display: block;
	height: 25px;
	width: 30px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/img/attorno_al_vino/attorno_al_vino_freccia_off.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
#footer .footer_box2 a:hover{
	background-image: url(/img/attorno_al_vino/attorno_al_vino_freccia_on.gif);
}
#footer .footer_box3{
	height: 103px;
	width: 33%;
	text-align: center;
	float: left;
	position: relative;
}
#footer .footer_box3 a{
	display: block;
	height: 25px;
	width: 30px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/img/attorno_al_vino/attorno_al_vino_freccia_off.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
#footer .footer_box3 a:hover{
	background-image: url(/img/attorno_al_vino/attorno_al_vino_freccia_on_r.gif);
}
/* ---------- fine footer ----------- */

/* ---------- altro ----------- */
.box_spaz {
    height: 103px;
	width:100%;
}

.tit_nascosto {
	display:none
}
.img_nascosta {
    display:none;
}
#st_crono {
	display:none
}
.tit_par_tenute {
	display:none
}
.img_centrata {
	margin-right: auto;
	margin-left: auto;

}

