html { overflow-y: scroll; }
html,body{margin:0;padding:0; width: 1024px; height: 768px; margin: auto; font-family: arial;font-size: 90%;}
body {
	background-image:url('images/bg.png');
	background-repeat:no-repeat;
	background-position:top; }

a:link, A:visited { text-decoration: none; color: blue; }
a:hover { text-decoration: underline; }

.centro {
display: block;
text-align:center;
}

.dx {
display: block;
text-align:right;
}

.sx {
display: block;
text-align:left;
}

.sottolineato {
text-decoration: underline;
}

.corsivo {
font-style: italic;
}

.neretto {
font-weight:bold;
}

.ombra{text-shadow: #999 3px 4px 1px;}


#header{
	margin: auto;
	width:922px; height:177px;
	background-image:url('images/header_bg.jpg'); background-position:center;
	}

#header p{
	margin: auto;
	padding-left:44px;
	padding-top:13px;
	font-weight:bold;
	font-size:150%;
	color: blue;
	}

#content {
	margin: auto;
	padding-left:52px;
	padding-right:52px;
	text-align: justify; }

#footer {
	margin: auto;
	background-color: #5e8ce9;
	color: white;
	height: 1.5em;
	-webkit-border-radius: 30px 30px 30px 30px;
	-moz-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
	background: -moz-linear-gradient(100% 166% 90deg, rgba(255, 255, 255, 0.9), rgba(0,0,255,0.9));
	background: -webkit-gradient(linear, right bottom, right top, from(rgba(255, 255, 255, 0.9)), to rgba(0,0,255,0.9));
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	-khtml-opacity: 0.9;
	padding-top:2px;
	margin-bottom:20px;}

#footer a{
	color: white;}

/* inizio css menu */
#navbar {
	background-color: #5e8ce9;
	height: 1.5em;
	-webkit-border-radius: 30px 30px 30px 30px;
	-moz-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
	background: -moz-linear-gradient(100% 166% 90deg, rgba(255, 255, 255, 0.9), rgba(0,0,255,0.9));
	background: -webkit-gradient(linear, right bottom, right top, from(rgba(255, 255, 255, 0.9)), to rgba(0,0,255,0.9));
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	-khtml-opacity: 0.9;
	}

#navbar li {
	list-style: none;
	float: left; }

#navbar li a {
	display: block;
	padding: 3px 8px;
	background-color: transparent;
	color: #fff;
	text-decoration: none; }

#navbar li ul {
	display: none; 
	width: 10em; /* Width to help Opera out */
	background-color: #69f;}

#navbar li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }

#navbar li:hover li {
	float: none; }

#navbar li:hover li a {
	background-color: #69f;
	border-bottom: 1px solid #fff;
	color: #fff; }

#navbar li li a:hover {
	background-color: #8db3ff; }
/* fine css menu */

