body {
	margin: 0px;
	padding: 0px;
background-color:#ffffff;
}

body, html {
width:100%;
height:100%;
}

div#contenitore{
position:absolute;top:50%;left:50%;
 margin:-275px 0 0 -477px;
	width:955px;
	height:550px;
	padding: 0px;
	z-index:1;
		border:1px solid;
		border-color:#000000;
		visibility:visible;
	}

div#shiny{
position:absolute;
margin-top: 340px;
	margin-left: 0px;
	width:220px;
    height:110px; 
	z-index:9;
		visibility:hidden;
	}

table.tabellaintro {
table-layout:auto;
width:955px;
height:550px;
text-align:center;
vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight:normal;
}

a {
		font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
		font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}


