@charset "utf-8";
/* CSS Document */
body {
margin: 0px;
font-family:Georgia, "Times New Roman", Times, serif;
background-color: black;
}
.bgnormale {
background-image:url(images/background.jpg);
}
.bgprimapagina {
background-image:url(images/bgprimapagina.gif);
}
.gifhome {
position:absolute;
width: 350px;
heigt:200 px;
left: 400px;
top: 250px;
}
.linea {
position:absolute;
height: 100%;
width: 16px;
left: 253px;
top: 0px;
z-index:1;
}
.linea img {
width:16px;
height: 100%;
}
.suono {
position:absolute;
height: 15px;
width: 15px;
left: 2px;
top: 0px;
z-index:1;
}
.death {
position:absolute;
height: 91px;
width: 91px;
right: 100px;
top: 60px;
z-index:2;
}
.menusxhome {
position:absolute;
height: 530px;
width: 456px;
left: 100px;
top: 0px;
z-index:2;
}
.menudxaltre {
position:absolute;
height: 300px;
width: 130px;
right: 88px;
top: 200px;
z-index:3;
}
.scrittaaltre {
position:absolute;
text-align: center;
height: 120px;
width: 456px;
left: 100px;
top: 60px;
z-index:3;
}
.contenutialtre {
	position:absolute;
	text-align: left;
	height: 320px;
	width: 70%;
	left: 20px;
	top: 200px;
	z-index:4;
}
.titolo {
font-size: 18px;
font-style:italic;
font-weight: bold;
}
.titolosmall {
font-size: 14px;
font-style:italic;
font-weight: bold;
}
.titolosmall a:link, .titolosmall a:visited {
font-size: 14px;
font-style:italic;
font-weight: bold;
color: black;
text-decoration: none;
}
.titolosmall a:hover, .titolosmall a:active {
font-size: 14px;
font-style:italic;
font-weight: bold;
color: #de4854;
text-decoration: none;
}
.testo {
font-size: 12px;
}
.bordo {
	border: 1px solid #EFA5AA;
}
#testata {
width: 100%;
heigt: 100px;
}
.bglinea {
border-bottom: 1px solid #cccccc;
}