body{
background:url(immagini/px-beige.jpg);
}

#mega{
width:928px;
height:600px;
background-image:url(immagini/sfondomain.jpg);
position: relative;
}

#barramenu{
	width:822px;
	height:35px;
	position:absolute;
	background:url(immagini/barramenu.png);
	left: 86px;
	top: 523px;
}

.menu{
font-family:"Arial", Helvetica, sans-serif;
font-size:14px;
color:#ECC049;
text-align:right;
padding-top: 8px;
padding-right:40px;
}

.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.menu a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#logo{
	width:410px;
	height:83px;
	position:absolute;
	left: 22px;
	top: 135px;
}

#banner{
	width:429px;
	height:78px;
	position:absolute;
	background:url(immagini/home_10);
	left: 451px;
	top: 135px;
}

#flash{
	width:410px;
	height:275px;
	position:absolute;
	background:url(immagini/home_14.jpg);
	left: 22px;
	top: 223px;
}

#main{
	width:430px;
	height:275px;
	position:absolute;
	background:url(immagini/home_15.jpg);
	left: 451px;
	top: 223px;
}

.stilemain{
    font-family:"Arial", Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	text-align: justify;
	}


#footer{
	width:928px;
	height:26px;
	position:absolute;
	bottom:0px;
	left: 0px;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	text-align: center;
}

