/* CSS Document */
/* IMPOSTAZIONI GENERALI */
* {
	margin:0px;
	padding:0px;
}
/* TAG - INIZIO */
html, body {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size:12px;
	color:#CCC;
	background-color:#0B0B0B;
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	width:100%; /* fix height to 100% for IE */
	min-width:100%; /* fix height for other browsers */
	overflow:hidden; /*get rid of scroll bars in IE */
}
a {
	color:#C69101;
	text-decoration:underline;
}
a:link {
	color:#C69101;
	text-decoration:underline;
}
a:hover {
	color:#C69101;
	text-decoration:underline;
}
a:active {
	color:#C69101;
	text-decoration:underline;
}
a:visited {
	color:#C69101;
	text-decoration:none;
}
input {

}
/* TAG - FINE */
/* ID LAYOUT - INIZIO */
#layLuce { /* impostazione contenitore centrale */
	position:absolute;
	width:3000px;
	height:100%;
	top:0px;
	left:50%;
	margin-left:-1500px;
	text-align:center;
	vertical-align:text-bottom;
}
#laySplash { /* impostazione contenitore centrale */
	position:absolute;
	width:900px;
	height:550px;
	top:40%;
	left:50%;
	margin-left:-450px;
	margin-top:-275px;
	text-align:center;
	vertical-align:middle;
	background-image:url("../dati/img/splash_background.jpg");
	background-position:center 0;
	background-repeat:no-repeat;
}
.cssFooter1 {
	padding:20px 10px 10px 10px;
	font-size:12px;
}
.cssFooter2 {
	padding:10px 10px 10px 10px;
	color:#666;
	font-size:10px;
}
.cssFooter2 .cssTag {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size:9px;
	color:#333;
	text-align:justify;
}
.cssFooter2 .cssTag p {
	display:inline;
}
.cssFooter2 .cssTag h1 {
	display:inline;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size:9px;
	color:#333;
}
.cssFooter2 .cssTag h1 a {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size:9px;
	color:#333;
}
.cssFooter2 .cssTag a, .cssFooter2 .cssTag a:hover, .cssFooter2 .cssTag a:visited {
	color:#333;
}
