body {
	overflow:auto; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
	overflow-x:hidden;

}



#wrapper {
position:relative;
margin:0 auto;
width:1024px;
height:768px;
min-height:100%;
}


body > #wrapper {
	height:auto;
	min-height:100%;
}
#footer {
	position: absolute;
	bottom:0;
	left:40%;
	width: 100%;
	padding: 0.5em 0;
}

a img {
border:none;
}

#news {
	position:absolute;
	bottom:30px;
	left:25%;
	width: 100%;
	padding: 0.5em 0;

}

#wrapper2 {
position:relative;
padding:0;
margin-left:auto;
margin-right:auto;
margin-top:0px;
margin-bottom:0px;
width:1024px;
height:800px;

}

html >body {
background-image:url(../img/bg.jpg);
background-attachment:fixed;
background-position:top;
background-repeat:no-repeat;
}

#dida p {
font-family:helvetica;
font-size:12px;
color:#222;
line-height:15px;
margin:0;
padding:0;
text-align:left;
}

#dida {
	position:absolute;
	margin:0;
	padding:0;
	width:150px;
	height:150px;
	font-family:helvetica;
	font-size:12px;
	font-weight:500;
	color:#222;
	left: 392px;
	top: 1211px;
	text-align:left;
}

.loghipartners {
	position:absolute;
	margin:0;
	padding:0;
	width:119px;
	height:50px;
	left: 429px;
	top: 233px;

}
.loghipartners2 {
	position:absolute;
	margin:0;
	padding:0;
	width:244px;
	height:38px;
	left: 321px;
	top: 454px;
}

#header {
	width:100%;
	background-image:url(../img/headerbg.png);
	position:absolute;
	top: -6px;
	text-align:center;
	padding:0px;
	margin:0px;
	height: 120px;
}

#flash {
position:absolute;
z-index:-1;
top:0px;
left:auto;

}

#bar {
	position:absolute;
	width:1024px;
	top: 120px;
	text-align:center;
	padding:0px;
	margin:0px;
	height: 30px;
	background-image:url(../img/menubg.png);
	left: 0px;
}



#sky {
	position:absolute;
	height:241px;
	width:340px;
	left: 305px;
	top: 267px;
}

#news p {
font-family:Helvetica;
font-size:15px;
font-weight:900;
color:#6F3;
line-height:25px;
margin:0px;
padding:5px;
}


#testo {
	position:absolute;
	width:545px;
	height:27px;
	left: 190px;
	top: 378px;
	padding:0px;
	margin:0px;
	line-height:10px;
}




#pagina {
	position:absolute;
	width:545px;
	height:auto;
	left: 231px;
	top: 197px;
	padding:10px;
	margin:0px;
	line-height:20px;
	background-image:url(../img/bgpagina.png);
}

#pagina p {
font-size:14px;
font-family:Helvetica;
color:#222;
text-align: justify;

}

#pagina li {
font-family:Helvetica;
font-size:14px;
list-style:disc;
}
h4 {
font-family:Helvetica;
color:#222;
}

h3 {
font-family:Helvetica;
color:#222;
}

#testo p {
font-family:helvetica;
font-size:16px;
color:#DDD;
	padding:0px;
	margin:0px;
	text-align:center;
}

li {
font-family:helvetica;
font-size:16px;
color:#222;
	padding:0px;
	margin-left:10px;
	text-align:left;
}



#menu{
	padding:0px;
	margin:0px;
	position:absolute;
	top:123px;
	left:28px;
	width: 997px;
}
#menu ul{
padding:0;
margin:0;
}
#menu li{
	font-family:helvetica;
	font-size:12px;
	font-weight:100;/*peso del font*/
position: relative;
float: left;
list-style: none;
margin: 0;
padding:0;
} 
#menu li ul li{
	font-family:helvetica;
	font-size:12px;
    font-weight:100;/*peso del font*/
} 

#menu li a{
width:120px;
/*height: 30px;*/
display: block;
text-decoration:none;
text-align: center;
line-height: 30px;
color: white;
} 

#menu li ul li a{
width:120px;
/*height: 30px;*/
display: block;
text-decoration:none;
text-align: center;
line-height: 30px;
background-image:url(../img/menubg.png);
color: white;
} 

#menu li a:hover{
background-color:#DDD;
color:#111;
} 
/*
#menu ul ul{
position: absolute;
top: 30px; 
visibility: hidden;
}*/ 

#menu ul li:hover ul{
visibility:visible;
} 

#menu ul li:hover ul li{
visibility:visible;
} 


#menu ul ul{
position: absolute;
top: 30px;
visibility:hidden;
width:100px;
height:100%;/*larghezza pare alla larghezza degli elementi a*/
} 
