@charset "UTF-8";
/* CSS Document */
body,html{
	width: 100%;
	height: 100%;
}
html{
	overflow-x: hidden;
}
body{
	margin: 0;
	padding: 0;
	background: url(../img/bg/bg.png) #FFFFFF;
}
div#bg1{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	height: 750px;
	min-height: 750px;
	background:url(../img/bg/muro.jpg) no-repeat top center;
}
div#Main{
	position: absolute;
	z-index: 11;
	width: 981px;
	left: 50%;
	margin-left: -490px;
	top: 15px;
	clip: rect('50px', '0px', '0px', '0px');
	display: none;
}
div#Main_Top{
	background:url(../img/bg/top.png) bottom no-repeat;
	height: 154px;
}
div#Main_Center{
	background: url(../img/bg/center.png) repeat-y;
	height:auto !important;
	min-height: 400px;
	height: 400px;
	
}
div#Main_Center_cont{
	padding: 6px 15px 6px 15px;
	overflow-x: hidden;
}
div#Main_Bottom{
	background:url(../img/bg/bottom.png) top no-repeat;
	height: 154px;
	color: #414141;
	font-size: 11px;
}
div#Main_Bottom a{
	color: #414141;
}
div#Menu{
	position: relative;
	top: 8px;
	left: 10px;
	width: 957px;
	height: 106px;
}
img#Logo{
	vertical-align: top;
	float: left;
	margin-left: 20px;
	width: 353px;
	height: 103px;
}
div#LoginMenu{
	clear: left;
	height: 50px;
	line-height: 50px;
	text-align: right;
	padding-right: 25px;
	color:#FFFFFF;
}
img#LoaderLoginMonitoraggio{
	display: none;
	vertical-align: middle;
}
div#messaggioLogin{
	position: absolute;
	z-index: 20;
	top: 155px;
	left:50%;
	width: 475px;
	color: #666;
	text-align: right;
}
div#SiteLoader{
	position:absolute;
	display: none;
	text-align: center;
	top: 382px;
	color:#FFF;
	font-weight: bold;
	left: 50%;
	margin-left: -125px;
	width: 250px;
	z-index: 100;
}