html {
	height:100%;
}
body {	
	margin:0;
	height: 100%;
	background-color: black;
	
}
a:link {text-decoration: none; color: #700;}
a:visited {text-decoration: none; color: #700;}
a:active {text-decoration: none; color: #700;}
a:hover {text-decoration: underline overline; color: #a00;}

img {
 border:0px;
}

div.boxevt{
	border:1px solid red;
	margin:10px;
	padding:10px;
	width:10em;
	height:10em;
	float: left;
}
div.boxstop{
	clear: both;
}

div#sfondohome{
	background-image:url("../back_a.jpg");
	background-repeat: no-repeat;	
	background-position: top center;
	position:absolute;
	width:100%;
	height:532px;
	z-index:10;
}
div#sfondolampada{
	background-image:url("../back_b.jpg");
	background-repeat: no-repeat;	
	background-position: center;
	position:absolute;
	width:100%;
	height:532px;
	z-index:21;
}
div#logo {
	background-image:url("../logo.gif");
	background-repeat: no-repeat;	
	background-position: center;	
	position:relative;
	left:14em;
	top:3em;
    width:100%;
	height:89px;
	z-index:10;
}
div#logo_sx {
	background-image:url("../logo.gif");
	background-repeat: no-repeat;	
	background-position: center;	
	position:relative;
	left:-14em;
	top:3em;
    width:100%;
	height:89px;
	z-index:10;
}
div#logo-eventi {	
	text-align: center;
	position:relative;
	left:-17em;
	top:1em;
    width:100%;
	height:50px;
	z-index:1000;
}
div#evt-box {
	position:relative;
	width:400px; 
	background:#efefef; 
	border:1px solid white;
	left:40em;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8;
}
div#evt-box  li {
	margin-left:3em;
}
ul.boxeventi {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
ul.boxeventi li{
	list-style-type:none;
	margin-bottom:7px;
}
ul.boxeventi li#xclose {	
	text-align:right;
}
ul.boxeventi li#xclose a{
	border:1px solid black;
	text-decoration:none;
}
div#logo-marisa {
	background-image:url("../marisa_gallery.gif");
	background-repeat: no-repeat;	
	background-position: center;	
	position:relative;
	left:14em;
	top:2em;
    width:100%;
	height:89px;
	z-index:10;
}
div#flashcontent {
	text-align:center;
	position:relative;
	top:0em;
	width:100%;
	height:532px;
	z-index:3;
}
div#menu {
	position:relative;
	width: 800px;
	margin-left: auto ;
  	margin-right: auto ;	
	z-index:500;

}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 8em;
	float: left;
}
#menu a, #menu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
}

#menu h2 {
	color: #fff;
	background: #000;
	text-transform: uppercase;
}

#menu a {
	color: #000;
	background: #efefef;
	text-decoration: none;
}

#menu #home {
	color: #000;
	background: transparent;
	text-decoration: none;
	border: none; 
}

#menu a:hover {
	color: #a00;
	background: #fff;
}

#menu li {position: relative;}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
}


div#menu ul ul {
	display: none;
}
div#menu ul li:hover ul
{display: block;}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


	
div#content {
 position:relative;
  width: 700px ;
  font: bold 0.9em arial, helvetica, sans-serif;
  color: #770000;
  top: 5em;
  left:0;
  margin-left: auto ;
  margin-right: auto ;
  z-index:20;
}

#ifram {
	  width: 100% ;
	  height:800px;
	  overflow:visible;
	  margin-left: auto ;
	  margin-right: auto ;
}