/* CSS */
body {
	background-image: url(images/bg.jpg);
	/* background-image: url(images/bg_natale.jpg); 
	background-image: url(images/bg_anno.jpg);*/
	background-position:top center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	/*background-color:#000000;
	
	background-color:white;*/background-color:#18191B;
	font-family: Arial,Tahoma;
	font-size:12px;
	text-align:justify;
	vertical-align:top;
	color:#e7e7e7;
}

table,tr,td,th{
	vertical-align:top;
	text-align:justify;
	font-size:12px;
	font-family: Arial,Tahoma;
	color:#e7e7e7;
}


th{
	vertical-align:top;
	text-align:center;
	font-size:12px;
	color:#6099ff;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
}

#centro{
	position: relative;
	width:350px;
	padding:5px;
	text-align:justify;
	border:0px solid red;
	background-color:trasparent;
}

#centro_dentro{
	/* background-image:url(images/shape_33_center.png); background-position:center left; background-repeat:repeat-y; */
}

#operazioni{
	position: absolute;
	text-align:justify;
	left:15%;
	top:15%;
	border:0px solid red;
	z-index:100;
}


#login{
	width:240px;
	position: relative;
	text-align:justify;
	padding:2px;
	border:0px solid red;
}


legend{
	font-size:15px;
	text-transform: uppercase;
	border:1px solid black;
	color:#e7e7e7;
	/* background-color:red ;*/
	background-image:url(images/barra1.png);
	background-repeat:x-repeat;
	background-position:center;
	font-weight:bold;
}

a:link{
	color:#e7e7e7;
	text-decoration:none;
}
a:active{
	color:#e7e7e7;
	text-decoration:none;
}
a:visited{
	color:#e7e7e7;
	text-decoration:none;
}
a:hover{
	color:#e7e7e7;	
}

#oscura {
	background-color:#18191B;
	display:none;
	height:100%;
	left:0px;
	opacity:0.7;
	position:absolute;
	top:0px;
	width:100%;
	z-index:1;
}

#slogan{
	position:absolute;
	top:50px;
	left:10%;
	color:yellow;
	font-size:27px;
	background-image:url(logo.png);
	background-repeat:no-repeat;
	background-position:right;
	border:0px solid red;
	padding-left:50px;
	height:80px;
	width:450px;
}

#scrollbar{
	position:absolute;
	top:60%;
	left:50%;
	border:none;
	z-index:100;
}


#logo{
	position:absolute;
	border:none;
	z-index:-100;
	RIGHT:5%;
	top:2%;
	background-image:url(logo.png);
	background-repeat:no-repeat;
	width:277px;
	height:250px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;

}

h1, h2, h3 ,h4 ,h5 ,h6{
	font-style: italic;
	color:#6099ff;
	font-family:"Times New Roman", Times, serif;
}



img{
	border:2px dotted silver;
	padding:5px;

}

iframe {
  background-color: transparent;
}
