@charset "utf-8";
 
/* Pagina di servizio occulta */
#DIV_HIDDEN{
	position:absolute;
	width:10px;
	height:10px;
	top:-1000px;
	left:-1000px;
}

/* Container principale */
#DIV_CONTAINER {
	position:relative;
	width:800px;
	height:600px;
	margin:auto;
	background-image:url(../images/homesfondo.jpg)
}

/* Privacy */
#DIV_PRIVACY {
	display:none;
	position:absolute;
	width:500px;
	height:400px;
	margin:auto;
	padding:10px;
	text-align:justify;
	overflow:scroll;
	filter:alpha(opacity=93);
	-moz-opacity:.93;
	opacity:.93;
	background-color:#333333;
	top:100px;
	left:150px;
	z-index:101;
}

/* Elementi pagina */
#DIV_MENU {
	position:absolute;
	left:40px;
	top:40px;
	width:260px;
	height:100px;
	z-index:1;
}

#DIV_HOME_PRESENTATION {
	position:absolute;
	left:40px;
	top:170px;
	width:330px;
	height:370px;
	padding:15px;
	z-index:2;
	text-align:justify;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	background-image:url(../images/info_fondo.gif)
}

#DIV_SRC_RESULT {
	position:absolute;
	left:40px;
	top:170px;
	width:330px;
	height:370px;
	padding:15px;
	z-index:2;
	text-align:justify;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	background-image:url(../images/account_fondo.gif);
	overflow:scroll;
}

#DIV_ACCOUNT_EMAIL {
	position:absolute;
	left:420px;
	top:170px;
	width:330px;
	height:370px;
	padding:15px;
	z-index:2;
	text-align:justify;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	background-image:url(../images/account_fondo.gif)
}

#DIV_COME_FUNZIONA {
	position:absolute;
	left:40px;
	top:170px;
	width:690px;
	height:370px;
	padding:15px;
	z-index:2;
	text-align:justify;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	background-image:url(../images/info_fondo.gif)
}

#DIV_REGISTRATION {
	position:absolute;
	left:420px;
	top:170px;
	width:310px;
	height:230px;
	padding:15px;
	z-index:3;
	text-align:center;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	background-image:url(../images/reg_fondo.gif)
}

#DIV_SEARCH {
	position:absolute;
	left:420px;
	top:450px;
	width:310px;
	height:90px;
	padding:15px;
	z-index:4;
	text-align:center;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	background-image:url(../images/search_fondo.gif)
}

/* Pulsanti menù */
#PULS_HOME {
	position:absolute;
	left:5px;
	top:5px;
	width:120px;
	height:40px;
	z-index:2;
	background-image:url(../images/puls_home.gif);
	cursor: pointer;
}

#PULS_ACCOUNT {
	position:absolute;
	left:135px;
	top:5px;
	width:120px;
	height:40px;
	z-index:2;
	background-image:url(../images/puls_account.gif);
	cursor: pointer;
}

#PULS_LOGOUT {
	position:absolute;
	left:135px;
	top:55px;
	width:120px;
	height:40px;
	z-index:2;
	background-image:url(../images/puls_logout.gif);
	cursor: pointer;
}

#PULS_COME {
	position:absolute;
	left:5px;
	top:55px;
	width:120px;
	height:40px;
	z-index:2;
	background-image:url(../images/puls_come.gif);
	cursor: pointer;
}

/* Email */
#DIV_EMAIL_CONT {
	position:absolute;
	left:20px;
	top:20px;
	width:600px;
	height:450px;
	z-index:1;
	background-image: url(../images/emailsfondo.gif);
}
#DIV_EMAIL_TEXT {
	position:absolute;
	left:69px;
	top:152px;
	width:409px;
	height:159px;
	z-index:2;
	color:#333333;
	font-family:"Trebuchet MS";
	font-size:9pt;
	text-align:justify;
}

#DIV_PROM_CONT {
	position:absolute;
	left:20px;
	top:112px;
	width:700px;
	height:350px;
	z-index:1;
}
#DIV_PROM_TEXT {
	position:absolute;
	left:5px;
	top:11px;
	width:486px;
	height:379px;
	z-index:2;
	color:#333333;
	font-family:"Trebuchet MS";
	font-size:9pt;
	text-align:justify;
}
#DIV_PROM_PRIV {
	position:absolute;
	left:20px;
	top:2px;
	width:700px;
	height:97px;
	z-index:1;
	color:#990000;
	font-family:"Trebuchet MS";
	font-size:8pt;
	text-align:justify;
}
