/*
	Creation:		20061028 - Via-Web.biz - Marco Pegoraro
	Client:			Solutions Team
	Credits:		http://www.html2psd.it
	--------------------------------------------------------
	Please do not remove text above.
*/

html, body {
	background: 	#000;
	color: 		#fff;
	font-size:	8pt;
	font-family:	Arial, Verdana;
	
	margin:		0; 
	padding:	0;
}


hr { display: none; }

/* blocco con width 100% per inserimento blocco page e blocchi bande laterali*/

#principale { background:	#000;
	display:	block;
	width:		100%;
	height: 	260px;
	
	position:	absolute;
	top:		50%;
	margin-top:	-130px;
	
	background:			url(images/sfondo.jpg) left top repeat-x;
	
	border: 0px solid #fff;
}



/*
	Posizionamento centrato del blocco principale della pagina.
	Questo box ha la proprietà di modificare la sua posizione al
	ridimensionamento della finestra stessa.
*/
#page { 
	display:	block;
	width:		760px;
	height: 	540px;
	
	position:	absolute;
	top:		50%;
	margin-top:	-260px;
	left:		50%;
	margin-left:	-380px;
	z-index:	1;
}

#closeWin {
	display:	block;
	width:		30px;
	height:		30px;
	
	position:	absolute;
	top:		10px;
	right:		5px;
}

#closeWin img {
	margin:		0;
	border:		0;
}

#footer {
	display:	block;
	width:		760px;
	height:		20px;
	
	left:		50%;
	margin-left:	-380px;	
	position:	absolute;
	bottom:		2px;
	text-align:	center;
	
	color: 		#4e4e4e;
}


#index { background:	#000;
	display:	block;
	width:		100%;
	height: 	80px;
	
	position:	absolute;
	top:		50%;
	margin-top:	-40px;
	
	text-align:	center;
	
	background:			url(grafica/rigaGrigia.gif) left top repeat-x;
	
	border: 0px solid #fff;
}


#index img {
	margin:		0;
	border:		0;
}





