@charset "UTF-8";

body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the backgroundimage*/	    
	margin:0;padding:0;		/* necesarry for the raster to fill the screen */
	/*height:100%;width:100%;*/
}


#wrapper {
position:relative;
margin:0 auto;
width:1024px;
height:768px;
overflow:hidden;
clear: right;
}

/*
body > #wrapper {
	height:auto;
	min-height:100%;
	
}*/
#footer {
	position: fixed;
	bottom:0;
	display: inline;
	width: 1024px;
	padding: 0.5em 0;
	text-align: center;
}

#news {
	position: fixed;
	bottom: 30px;
	text-align: center;
	padding: 0.5em 0;
	display: inline;
	width: 1024px;
}

a img {
border:none;
}

#wrapper2 {
position:relative;
margin-left:auto;
margin-right:auto;
margin-top:0px;
margin-bottom:0px;
width:1024px;
height:768px;
background-image:url(../img/bg.jpg);
}

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

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

#bar {
	position:absolute;
	width:100%;
	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 {
  left: expression( document.body.scrollLeft + 'px' );
  top: expression( document.body.scrollTop + 'px' );
}
body > #news { position: fixed; left: 300px; bottom: 25px; }*/
/*
#news {
	position:absolute;
	top:520px;
	left:auto;left:25%;
	height: 34px;
	width:551px;

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

#news p a {
color:white;
}

/*
#footer {
	position:absolute;
	top:550px;
	left:auto; left:40%;
	width:176px;
	height:17px;
}*/

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




#pagina {
	position:absolute;
	width:545px;
	height:27px;
	left: 191px;
	top: 197px;
	padding:0px;
	margin:0px;
	line-height:10px;
}


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



#menu{
	padding:0px;
	margin:0px;
	position:absolute;
	top:123px;
	left:28px;
	width: 997px;
	height: 123px;
}
#menu ul{
padding:0;
margin:0;
}
#menu li{
	font-family:helvetica;
	font-size:12px;
	font-weight:500;/*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 li:hover ul{
visibility:visible;
} 


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

