body{
  margin: 0px;
  padding: 0px;
  height: 100%;
  background-color: #000032;
  background-image:url(tema/sf-pagina.jpg);
  background-repeat:repeat-x;
  font-family:   Arial, Verdana,tahoma;
  font-size: 12px;
  color: #fff;
  scrollbar-face-color:#0a62ec;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#0a62ec;
scrollbar-darkshadow-color:#000032;
scrollbar-shadow-color:#000032;
scrollbar-arrow-color:#0a62ec;
scrollbar-track-color:#666;
}
/* ELEMENTI di PAGINA in GENERALE */
a {
  text-decoration: none;
  color: #000032;
}
a:hover {
  	color:#0a62ec;
	text-decoration:none;
}

#container{
  width: 800px; 
  height: 600px;
  text-align: left;
  background-color: #000032;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -300px;
  margin-left: -400px;
  border: solid 1px #666;
}
#content{
	position:absolute;
	
	width: 520px;
	height: 500px;
	background-image:url(tema/titolo-sf.jpg);
	background-repeat:repeat-y;
	top: 10px;
	left: 10px;
}
	#content a {
  text-decoration: none;
  color: #666;
}
	#content a:hover {
  text-decoration: underline;
  color: #0a62ec;
}
#chiudiContent{
	position:absolute;
	top:510px;
	left:10px
}
#testo{
height: 220px;
overflow:auto;

}
#content h1{
	display:block;
	width:500px;
	height: 24px;
	background-image:url(tema/titolo-top.jpg);
	background-repeat:no-repeat;
	padding:3px 0 0 0;
	margin:0;
	font-size:12px;
	text-align:center;
}
#content p{
	text-align: justify;
	
	padding: 5px 40px 0px 40px;
}
#menu{
position: absolute;
top: 0px;
right: 0px;
	width: 250px;
	height: 530px;
	text-align:right;
	float:right;
	margin: 10px 10px 10px 0px;
	background-image:url(tema/banda-metal.jpg);
	background-repeat:no-repeat;
	color: #000000;
	
}
	.menu1{
		font-weight: bold;
		color:#0a62ec;
		text-decoration:none;
		text-align: right;
		list-style-type:none;
		padding: 30px 30px 0 0;
		letter-spacing:2px;
	}
	.menu1 li{
		padding: 10px 0 2px 0;
	}
		.menu2{
			font-weight: bold;
			color:#0a62ec;
			text-decoration:none;
			text-align: right;
			list-style-type:none;
			padding: 3px 0px 0 0;
			font-size: 10px;
			letter-spacing:normal;
		}
		.menu2 li{
			padding: 2px 0 2px 0;
		}
#home{
	background-image:url(tema/sf-home.jpg);
	background-repeat:repeat-x;
	border: solid 1px #0a62ec;
	width:718px;
	height:122px;
	top: 150px;
	padding-left:80px;
	position:absolute;
}
#footer{
	position:absolute;
	bottom:0;
	background-image:url(tema/banda-footer.jpg);
	background-repeat:repeat-x;
	width: 100%;
	height: 50px;
	}
#menuFooter{
	padding: 25px 10px 10px 10px;
	font-size: 10px;
	color: #FFFFFF;
	float: left;
}
	#menuFooter a{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration:none;
	}
	#menuFooter a:hover{
	color: #FFFFFF;
	text-decoration:underline;
	}
#extraFooter{
	padding: 25px 10px 10px 10px;
	font-size: 10px;
	color: #FFFFFF;
	text-align:right;
	
}
	#extraFooter a{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration:none;
	}
	#extraFooter a:hover{
	color: #FFFFFF;
	text-decoration:underline;
	}
.homeImg{
	margin: 20px 30px 0 0;
	border:0;
}
#wd{
	position:absolute;
	width: 250px;
	top:535px;
	right: 0px;
	text-align:center;
	
}