html{
	height:100%;
	margin: 0px;
}
body{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
	font-size: 16px;
	font-family: "Courier New", Courier, mono;
	height: 100%;
}
a{
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	text-decoration: none;
	color: #009933;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}
strong{
	color: #006633;
	font-weight: bold;
}
li{
	list-style-image: url(../images/punto.png);
}
img{
	text-align: center;
}
#table_principale{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
#top{
	height: 363px;
	width: 100%;
	z-index: -1;
	position: absolute;
	top:0px;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#header{
	height: 410px;
	width:826px;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-413px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#central {
	width:626px;
	height:auto;
	position: relative;
	left:50%;
	margin-left:-413px;
	top:410px;
	background-image: url(../images/central.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-left:100px;
	padding-right:100px;
	text-align:justify;
	margin-bottom:410px;
}
#central center, #central img {
	text-align:center;
}
#txt_footer{
	height: 218px;
	width:826px;
	text-align: center;
	font-size: 13px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: 50.1% top;
	vertical-align: top;
	font-weight: bold;
	margin-top: 66px;
	position: relative;
	top:0px;
	left:50%;
	margin-left:-413px;
	padding-top:30px;
}
#chi_siamo{
}
#chi_siamo:hover{
	background-image: url(../images/m__chi_siamo_over.png);
}
#raggiungerci{
}
#raggiungerci:hover{
	background-image: url(../images/m__raggiungerci_over.png);
}#contattaci{
}
#contattaci:hover{
	background-image: url(../images/m__contattaci_over.png);
}
#offerta{
	/*z-index:1;
	position: relative;
	left: 90px;*/
}
#coupon{
	/*z-index:2;
	position: relative;
	right: 80px;*/
}
#shiny{
	z-index: 101;
	width: 100%;
	text-align: center;
}
