body {
	font-family: Arial;
	font-size: 11px;
	text-align : justify;
	}




div#header{
  position:fixed;
  top:0;

  width:815px;
  height:260px;
background-color : #f2f5fa;
/* background : white; */
 }

 div#foot{
  position:fixed;

  bottom:0;
/* margin-left:-407px; */
  width:815px;
  height:29px;
  color:#FFFFFF;
   font-size: 11px;
word-spacing : 9px;
background-image : url('http://www.nuclearzcity.altervista.org/immagini/foot.jpg');
 }

div#content{
  position:relative;
  margin:260px auto 29px auto;
  width : 810px;
background-color : #f2f5fa;
 }


/*div#content2{
  position:fixed;
  margin:260px auto 29px 20%;
  width : 810px;
background-color : #f2f5fa;
 }*/

/*div#content{
  position:absolute;
  top:260;
  left:20%;
  width : 810px;
 background-color : #f2f5fa;
 }*/

/* div#sfondo{
  position:absolute;
  left:20%;
  bottom:0;
  width:815px;
  height:500000px;
background-color : #f2f5fa;
 }*/

 div#container{
  position:absolute;
 bottom:0;
  top:0;
  left:20%;
  width:815px;
/* height:2000px; */
	background-color : #f2f5fa;
 }

 @media screen{
  body>div#header{
   position:fixed;
  }
  body>div#foot{
   position:fixed;

  }
 }



	
	/*LINK*/

A:LINK {
 text-decoration: none
}

A:VISITED {
 text-decoration: none
}

A:HOVER {
 text-decoration : underline;
}

A:ACTIVE  {
 font-weight : bold;
}


	/*TITOLI*/
.titolo{
	font-size: 30px;
}

.marcato{
	font-weight : bold;
}

.piccolo{
	font-size: 9px;
}
	
.footer{
    color:#FFFFFF;
    font-family: ARIAL;
    font-size: 11px;
word-spacing : 9px;
}


.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 1em;
	border: 1em solid #044388;
	background-color: white;
	text-align: center;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#f2f5fa;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }


