/*generali*/
html,body{
background:#000 url(../images/diag_body.gif) top right repeat-y;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#9294A7;
font-size:11px;
text-align:center;
margin:0;
padding:0;
height:100%;
}
div#container{
	position: relative; 
	width: 763px;
	margin: 0px auto;
	background:#000 url(../images/sf_cent.gif);
	border-left:1px solid #363636;
	border-right:1px solid #363636;
	border-top:none;
	border-bottom:none;
	text-align: left;
	height:100%;
	
}
body>div#container{height:auto;min-height:100%}

div#sx{
	position: relative; 
	float:left;
	width: 260px;
	text-align: right;
	margin-top:8%;
	height:537px;
	background:url(../images/consulenza.gif) top right no-repeat;
}
div#dx{
	float:right;
	position: relative; 
	width: 501px;
	text-align: left;
	margin-top:8%;
	height:537px;
	background:#000 url(../images/alberto_rocks.jpg) top no-repeat;
}
div#info{
	position: relative; 
	text-align: right;
	margin-top:460px;
	padding-right:20px;
	color:#f90;
	font-size:10px;
}
div#under{
	position: relative; 
	text-align: right;
	margin-top:460px;
	padding-right:20px;
	color:#f90;
	font-size:10px;
}
a{
	color:#f90;
	font-size:10px;
}
 a:hover{
	color:#fff;
	font-size:10px;
}


