/* CSS */
body {
	background-image: urll(vbody-bg.jpg);
	background-position:cneter center;
	background-attachment: fixed;
	background-color:black;
	font-family: "Times New Roman";
	font-size:16px;
	text-align:justify;
	vertical-align:top;
	color:white;
}

table,tr,td,th{
	vertical-align:top;
	text-align:justify;
	font-size:16px;
	background-color:black;
	font-family: "Times New Roman";
	color:white;
}

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

#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:white;
	/* background-color:red ;*/
	background-image:url(images/barra1.png);
	background-repeat:x-repeat;
	background-position:center;
	font-weight:bold;
}

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

#oscura {
	background-color:black;
	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:40%;
	left:40%;
	border:none;
	z-index:100;
}


