<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#html, body {
	width:100%;
	height:auto;
	margin:0 auto;
	top:0;
	left:0;
	text-align:center;
	background-color:#000000;
	z-index:1;
}

#page {
	position:relative;
    height:auto !important;
	width:940px;
	margin: 0 auto;
    background-color:#000000;
	text-align:center;
	height:100%;
	z-index:1;
}



#amici{
position:absolute;
width:100%;
	height:100%;
	margin:0auto;
	text-align:center;
	padding-top:80px;
	z-index:3;
}




</pre></body></html>