	/* GENERICO */

	body {margin:0;padding:0;}
	body,div,table {font-size:8pt;font-family: Verdana, sans-serif;background-color:#000;color:#E09C66;}

	a {cursor:pointer;color:#DA8C4C;text-decoration:none;}
	a:visited {color:#DA8C4C;}
	a:hover {color:orangered;}

	img {border:none;vertical-align:middle;}


	/* MESSAGGIO ERRORE */

	#user_msg {position:relative;text-align:center;top:300px;margin:0 auto;width:500px;height:100px;}
	#user_msg {color:#E09C66;text-align:center;font-size:12pt;}


	/* IMPOSTAZIONI LAYOUT */

	#div_main {position:absolute;width:99%;height:99%;text-align:center;}
	#div_child {position:relative;top:0px;left:0px;width:850px;height:100%;margin:auto;text-align:center;}


	
