a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom:none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}
body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom:0px;
	margin-left:0px;
	font-size:medium;
}

html {
overflow: hidden;
}

#PannelloSinistro {
	position:absolute;
	top:30px;
	left:0px;
	width:9%;
	bottom:0px;
	z-index: 1;
	border-right:#666666 solid 1px;
}
#Principale {
	position:absolute;
	top:30px;
	left:10%;
	width: 90%;
	bottom:0px;
	z-index: 1;
}

#OmbraMenu {
position:absolute;
top:30px;
left:0px;
height: 30px;
width: 100%;
background-image:url(../../images/menu/menu-shadow.png);
background-repeat:repeat-x;
z-index: 900;
}

