@charset "UTF-8";
/* CSS Document */



body
	{
	background-color:#000000;
	}


#welcome
	{
	position:relative;
	width:712px;
	height:326px;
	background-color:#000000;
	background-image:url(../img/benvenuto.jpg);
	background-repeat:no-repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}
	
#welcome div#info
	{
	position:absolute;
	width:auto;
	height:auto;
	bottom:8px;
	right:12px;
	text-align:right;
	font-size:10px;
	color:#999999;
	}
	
#welcome div#info a
	{
	font-weight: bold;
	color:#999999;
	}
	
#welcome #code
	{
	position:absolute;
	top:192px;
	left:410px;
	border:0px;
	color:#000000;
	background-color:#ffffff;
	font-size:22px;
	width:225px;
	}
	
#welcome #code:focus {outline: 0;}
	
#welcome #logIn
	{
	position:absolute;
	width:105px;
	height:30px;
	border:0px solid #000000;
	top:245px;
	left:470px;
	}
	
#nonCorretto
	{
	position:absolute;
	display:block;
	z-index:100;
	top:195px;
	left:650px;
	}
