body{
	background: #000;
	text-align:center;
	font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	font-style: normal;
}

#splash{
	width:253px;
	height:500px;
	/*border: 1px dashed #ddd;*/
	margin:10px auto;
	background: url(../img/splash.jpg) top center no-repeat;
	
}

a{
	color:#fff;
	text-decoration: none;
	font-size:15px;
}

a:hover{
	color:#999;
	/*background-color: #fff;*/
}

a.scura{
	color: #999;
	text-decoration: underline;
	font-size: 12px;
}

a.scura:hover{
	color: #666;
}

#wrapper{
	width: 80%;
	margin: 20px auto;
}

#sinistra{
	float: left;
	width: 49%;
	text-align: right;
/*	background: #ccc;
	border: 1px solid #fff;*/
	padding: 70px 0 0 0;
}

#sinistra ul{
	list-style-type: none;
	padding: 0;
	margin: auto;
	float: right;
}

#sinistra ul li {
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	margin: 5px;
	padding:0;
}

#destra{
	float: right;
	text-align: left;
	width: 50%;
	color: #fff;
}

#fumetto{
	width: 350px;
	background: #f0f0f0 url(../img/head.png) top center no-repeat;
	padding: 150px 0 0 0;
	text-align: center;
	
}

#testo{
	margin: auto;
	padding: 0 0 50px 0;
	width: 90%;
	color: #000;
	text-align: left;
	background-color: #f0f0f0;
}

.alzami{
	min-height: 300px;
	height: 300px;
}

/*min-height hack */

div[class] .alzami {
   height:auto;
   }

#testo h1{
	color: #660000;
	font-size: 14px;
}

#testo h2{
	font-size: 12px;
	color: #330000;
	font-weight: normal;
}

#testo h2 a{
	font-size: 12px;
	color: #990000;
	text-decoration: none;
}

#testo h2 a:hover{
	color: #ff0000;
}

#menu{
	float: right;
	width: 100%;
	text-align: right;
/*	background: #ccc;
	border: 1px solid #fff;*/
	padding: 0;
}

#menu ul{
	list-style-type: none;
	margin: 20px 0 0 0;
	padding:0;
}

#menu ul li.menu{
	display: inline;
	margin: 0;
	border: 0px;
	height: 30px;
}

#menu ul li.menu a{
text-decoration: none;
}

#menu ul li.menu a:hover{
border-bottom: 3px solid #660000;
}


#submenu{
	float: right;
	width: 100%;
	text-align: right;
	padding: 0;
}

#submenu ul{
	list-style-type: none;
	margin: 10px 0 0 0;
	padding:0 5px 0 0;
}

#submenu ul li.submenu{
	display: inline;
	margin: 0;
	border: 0px;
	height: 20px;
}

#submenu ul li.submenu a{
text-decoration: none;
border: 1px solid #000;
}

#submenu ul li.submenu a:hover{
border-bottom: 3px solid #cc0000;
}

#footer{
	width: 100%;
	clear: both;
	text-align: center;
	color: #999;
	font-size: 11px;
	margin: 0;
	padding: 20px 0 100px 0;
	background-color: #000;
}

#footer a{
	text-decoration: underline;
	color: #666;
	font-size: 11px;
}

#footer a:hover{
	color:#999;
}
.popup{
	margin: 10px 0 0 0;
}
