body 
{ 
	height : 100%;
	width : 100%;
	margin : 0;
	background-color : #eeeeee;
	font-family:Lucida Bright, Arial, Helvetica, sans-serif;
	font-size:12px;
} 
.grande
{ 
	font-size:36px;
	font-family:Lucida Bright, Arial, Helvetica, sans-serif;
}
  
a
{ 
	color : #999999;
	text-decoration : none;
	font-weight : bold;
} 

a:hover 
{
	color : #000000;
	text-decoration : underline;
	font-weight : bold;
}

#gabbia
{
	width:760px; 
	height:530px;
	position:absolute; 
	top:50%;
	left:50%;
	margin:-265px 0 0 -380px;
	background-color: #ffffff;
}
#gabbia2
{
	width:760px; 
	height:530px;
	position:absolute; 
	top:50%;
	left:50%;
	margin:-265px 0 0 -380px;
	background-image:url(img/sfondo_gallerie.jpg);
}
#gabbia3
{
	width:760px; 
	height:530px;
	position:absolute; 
	top:50%;
	left:50%;
	margin:-265px 0 0 -380px;
	background-color: #000000;
	filter:alpha(opacity=0);
	-moz-opacity:0;
    opacity:0;

}