* { 
    margin: 0; 
    padding: 0;
	border:0;
}

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
}

/*background*/
#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}
/*background*/
#cont {
    position:absolute;
    top:0;
	left:0;
	width:350px;
    z-index:70;
	float:left;
}

#header {
	top:20px;
	left:20px;
	position:absolute;
	width:250px;
	z-index:80;
}

#nav {
	bottom:50px;
	left:20px;
	position:absolute;
	width:250px;
	z-index:80;
    padding: 20px;
}
#nav ul {
	list-style:none;
}
#nav li {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:28px;
	color:#63C;
}
#nav li:before {
	content: "/ ";
}
#nav li a {
	color:#63C;
	text-decoration:none;
}
#nav li a:hover{
	color:#F3C;
	text-decoration:none;
}

#footer {
	bottom:0;
	left:20px;
	position:absolute;
	width:300px;
	height:35px;
	z-index:80;
    padding:10px 20px;
}
#footer p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#63C;
}
#footer a{
	color:#63C;
	text-decoration:none;
}
#footer a:hover{
	color:#F3C;
	text-decoration:underline;
}
/*contenuto*/

#lun, #mar, #mer, #gio, #ven, #sab, #dom {
	position:absolute;
	width:650px;
	height:70px;
	z-index:80;
	background: rgba(102,51,204,0.7);
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#special {
	position:absolute;
	width:650px;
	height:70px;
	z-index:80;
	background: rgba(255,51,204,0.7);
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#lun {
	top:20px;
	left:350px;
}
#mar {
	top:100px;
	left:350px;
}
#mer {
	top:180px;
	left:350px;
}
#gio {
	top:260px;
	left:350px;
}
#ven {
	top:340px;
	left:350px;
}
#sab {
	top:420px;
	left:350px;
}
#dom {
	top:500px;
	left:350px;
}
#special {
	top:580px;
	left:350px;
}

#pictures {
	top:20px;
	left:350px;
	position:absolute;
	width:650px;
	height:650px;
	z-index:80;
	background: #6633cc;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#about {
	top:20px;
	left:350px;
	position:absolute;
	width:650px;
	z-index:80;
	background: rgba(102,51,204,0.7);
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#lun h1, #mar h1, #mer h1, #gio h1, #ven h1, #sab h1, #dom h1, #special h1 {
	margin:10px 0 0 15px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:22px;
	color:#fff;
}
#lun p, #mar p, #mer p, #gio p, #ven p, #sab p, #dom p, #special p {
	margin:0 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	text-align: justify;
}
#lun img, #mar img, #mer img, #gio img, #ven img, #sab img, #dom img, #special img {
	margin:15px;
	float:left;
	display:inline;
}

#pictures h1 {
	margin:15px 15px 5px 15px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:22px;
	color:#fff;
}
#about h1 {
	margin:15px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:22px;
	color:#fff;
}
#about h2 {
	margin:15px 0 0 15px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:18px;
	color:#ccc;
}
#about h2 a {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:18px;
	color:#ccc;
}
#about h2 a:hover {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:18px;
	color:#F3C;
}
#about p {
	margin:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	text-align: justify;
}
#about p a {
	color:#ccc;
}
#about p a:hover {
	color:#f3c;
}
#about p.friends {
	margin:0 15px 15px 15px;
}
#about img {
	margin:15px;
	border:#FFF 5px solid;
}
#about img.card {
	margin:0 15px 15px 15px;
	border:#CCC solid 4px;
	float:left;
	display:inline;
}
#about iframe.map {
	margin:0 15px;
	border:#CCC solid 4px;
}
/*contenuto*/


/*focus*/
#focus-stealer { position: absolute; left: -9999px; }
/*focus*/
