html {
	overflow-x:hidden;
}

body {
	margin: 0px;
	background-color: #360C32 !important;
	background-image: none !important;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

/* layout generali */
div#container_guida{
	width: 100%;
	/*margin: 0 auto;
	text-align: left;*/
	font-family:Tahoma;
	background:url(../img/guidaTv_bg_main.png?t=postnatale) repeat-x #471240;
}


/* layout generali */
div#container{
	width: 100%;
	/*margin: 0 auto;
	text-align: left;*/
	background:url(../img/bg_content_wp_canali.png?t=postnatale) repeat-x #360C32;
}
div#container_index{
	width: 100%;
	/*margin: 0 auto;
	text-align: left;*/
	background:url(../img/bg_content.png?t=postnatale) repeat-x #471240;

}

div#header {
	position:relative;

	width: 100%;
	height: auto;
}

div#content_upper{
	position:relative;
	width: 100%;
	height: auto !important;
   height: 310px;
   min-height: 310px;
}
div#content_upper_index{
	position:relative;
	width: 100%;
	height: auto !important;
   height: 320px;
	
  
	background: url(../img/bg_content_upper.jpg?t=postnatale) top center no-repeat;
}
div#content_lower{
	position:relative;
	width: 100%;
	height: auto !important;
    height: 600px;
    min-height: 600px;
	padding-bottom:20px;
}

div#content_lower_index{
	position:relative;
	top:0px !important;
	top:-211px;
	left:0px;
	background: url(../img/bg_content_lower.png?t=postnatale) top center no-repeat;
	width: 100%;
	height: auto !important;
   height: 426px;
}

div#footer{
	position: relative;
	clear:both;
	width: 100%;
	height: 100px;
}


div#spacer{
	position: relative;
	height: 0px;
}


