body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;
	margin:0;
	font-family: Tahoma, Geneva, sans-serif;
	height: 100%;
	width: 100%;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#bgimg {
	position:absolute;
	z-index: -1;
}

/* 
	The following CSS code is for illustrative purposes, and is NOT necesarry for the fullscreenr plugin to work
*/

#top {
	width:100%;
	position:absolute;
	top: 0px;
	height: 105px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-image: url(../img/sfondo-banda1.png);
	background-repeat: repeat-x;
}

#realBody{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:hidden; 			/* restore scrollbars for the content */
	height:100%;
	width:100%; /* this is just a fancy raster, you can remove it; I kinda like it though */
	left: 0px;
	top: 0px;
}
.menu_top {
	float: right;
	background-image: url(../img/menu-top-fondo.png);
	background-repeat: no-repeat;
	width: 560px;
	height: 77px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.menu_top a img {
	margin-top: 9px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding: 0px;
}




.puls {
	width: 95px;
	height: 61px;
	background-image: url(../img/menu-villa.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

.top_content {
	padding: 0px;
	width: 100%;
	height: 100px;
	margin: 0px;
	min-width: 760px;
}

#menu {
	margin: 0px;
	height: 170px;
	width: 115px;
	background-image: url(../img/menu-sfondo.png);
	background-repeat: no-repeat;
	font-size: 12px;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#menu a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;
}
#menu a:hover {
	color: #FECA1E;
}




.logo {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.news-din {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 20;
	width: 100%;
	text-align: right;
	padding-top: 140px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;

}

#footer {
	width: 100%;
	background-image: url(../img/sfondo-banda1.png);
	background-repeat: repeat-x;
	height: 50px;
	color: #FFF;
	font-size: 12px;
	margin: 0px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.frasi {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFF;
	font-style: oblique;
	font-weight: bold;
}

.footer_content {
	margin: 0px;
	padding: 0px;
}
.footer_1 {
	margin: 0px;
	float: left;
	width: 150px;
	background-image: url(../img/fondo_footer-1.png);
	background-repeat: no-repeat;
	height: 32px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 73px;
}
.footer_2 {
	margin: 0px;
	float: right;
	width: 150px;
	height: 32px;
	background-image: url(../img/fondo_footer-2.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 0px;
	padding-right: 52px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
.footer_2 #tab-play {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.frasi p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

