html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: white url('/layout/index.jpg') no-repeat fixed center;
	height:100%;
	font: 14px Arial, Helvetica, sans-serif;
	text-transform:lowercase;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#content
{
	width: 1023px;
	height: 570px;
	position: absolute;
	top:50%;
	left:50%;
	margin-left: -512px;
	margin-top: -285px;
	z-index:2;	
}
#logo
{
	margin: 233px 0 0 420px;
	width: 185px;
	height: 104px;
	display:none
}

#velo
{
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(/layout/velo.png);
	z-index:1;
}
#skip
{
	color:white;
	display:none;
	position: absolute;
	bottom:40px;
	left:25px;
	font-size:10px;
	text-transform:uppercase;
}
#skip a
{
	color:white;
	text-decoration:none;
}
#skip a:hover
{
	text-decoration:underline;
}
#descrizione
{
	position: absolute;
	bottom:128px; left:232px;
	display:none;
	color: #8a8a8a;
	width:240px;
	height:5em;
	overflow:hidden;
}
#descrizione p
{
	line-height:1.75em;
}
#descrizione h2
{
	margin: 0.75em 0;
	font-size: 18px;
	font-weight: normal
}
#logo-menu
{
	position: absolute;
	top:80px;
	left: 70px;
}
#logo-menu img
{
	display:none;
}

a
{
	color: #8a8a8a;
	text-decoration:none;
}
.bolla
{
	display:none;position:absolute; top:50%; left:50%;
}
#bolla-viola
{
background:url(/layout/bolla-viola.png); width:80px; height:74px; margin-left:-40px; margin-top: -37px
}
#bolla-marrone
{
background:url(/layout/bolla-marrone.png); width:67px; height:62px; margin-left:-33px; margin-top:-31px
}
#bolla-verde
{
background:url(/layout/bolla-verde.png); width:82px; height:76px; margin-left:-41px; margin-top:-38px
}
#bolla-arancione
{
background:url(/layout/bolla-arancione.png); width:67px; height:62px; margin-left:-33px; margin-top:-31px
}


