/* STRUTTURA */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	text-align: center;
	font-size:75%;
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;	

	background-color:#000000;
	background-image:url(img_sito/index.jpg);
	background-position:top,center;
}

#contenitore
{
	text-align:left;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#corpo
{
	text-align:left;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height:350px;
	text-align:left;
}

#valign{height:170px;}

#console
{
	width: 60%;
	text-align:right;	
	padding-right:20px;
	border-right:solid;
	border-right-width:5px;
	border-right-color:#C9B47F;
}


/* FINE STRUTTURA */



/* FORMATTAZIONE */
#console a 
{
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

#console a:hover 
{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#console .entra 
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	color: #C9B47F;
	text-decoration: none;
}

#console .entra:hover 
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;	
	color: #FFFFFF;
	text-decoration: none;
}
/* FINE FORMATTAZIONE */