/* CSS Document */


	*{ outline:none; }

	body { 
		background-color: #000;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#535353;
		text-transform:uppercase;
	  }

	a { color:#535353;}
	
	a:hover { color:#777; text-decoration:none;}
	
	#cont { 
		margin:0 auto; 
		padding-top:30px; 
		width:595px; 
		height:500px; 
	  }
	
	
	#left { 
		float:left; 
		width:264px; 
		height:488px; 
		background:url(../img/simbolo.jpg) top left no-repeat;
	  }
	
	
	#right { 
		float:right;
		width:331px;
		height:488px;
	  }


	#logo { 
		width:331px; 
		text-align:center; 
		padding-top:95px; 
	  }
	  
	  
	#scelta_lingua {
		text-align:center;
		width:331px;
		padding-top:45px;
		background:url(../img/back-sceltalingue.gif) top left no-repeat;
		height:223px;
	 }
	  
	  
	#footer {
		clear:both;
		width:595px;
		height:20px;
		padding-top:20px;
		text-align:center;
	}
	

