html {
	overflow-Y: scroll;
}

html,body{
        height:100%; 
		margin:0px; 
		padding:0px; 
		font-family:Verdana, Arial, Helvetica, sans-serif; 
		font-size:14px; 
		color:#000000;
}

a{text-decoration:underline; color:#000000;}
a:hover {color: #990000;}

.bgpage{
        background-color:#fdc613;
}
.top {
	background-attachment: scroll;
	background-image: url(top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.pattvert {
	background-attachment: scroll;
	background-image: url(patt-vert.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-bottom:-64px;
	min-height:264px;
	height:100%;
}
#menu{margin:0px;}
#menu li{float:left; margin-left:4px; margin-right:4px; list-style:none;}
#menu li a{color:#fef1c7; text-decoration:none; padding:10px;}
#menu li a:hover{ color:#990000;}

#corpopagina{
	 margin-top:193px;
}
#spaziatura{height:64px;}

.footer {
	background-attachment: scroll;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 64px;
	font-size: 9px;
	color: #000000;
}
a.footer {
    color: #000000;
	text-decoration: none;
}

a.footer:hover {
	color: #990000;
	text-decoration: underline;
}

a.contatti {
    color: #990000; font-size:14px;
	text-decoration: none;
}

a.contatti:hover {
	color: #990000; font-size:14px;
	text-decoration: underline;
}

a.contoenergia {
    color: #f28f00; font-size:14px;
	text-decoration: none;
}

a.contoenergia:hover {
	color: #990000; font-size:14px;
	text-decoration: underline;
}
