body {
background-color: black;
background-image:url('sfondo4.gif');
color: black;
font-family: verdana, sans-serif;
font-size:12px;
}

#contenitore {
background-image:url('sfondo.jpg');
background-repeat:no-repeat;
height:588px;
width:876px;
margin: 0 auto;
}


#contenitore2 {
position:relative;
width:876px;
height:588px;
z-index:2

}

#contenitoretesto {
position:absolute;
left:400px;
top:10px;
width:445px;
height:580px;
z-index:3;
}

#menu {
position:absolute:
top:0px;
width:445px;
heigth:20px;
padding-top:25px;
text-align:center;
}

#testo {
position:absolute;
top:60px;
width:430px;
height:440px;
overflow:auto;
text-align:justify;
padding-right:15px;
z-index:4;
}

#sinistra {
position:absolute;
left:0px;
top:0px;
width:384px;
height:588px;
z-index:3;
}

#footer {
position:absolute;
top:588px;
left:35px;
width:384px;
height:10px;
z-index:4;
color:white;
font-size:10px;
}


#afooter {
color:white;
font-weight:bold;
}

h1 {
font-weight:bold;
font-size:12px;
text-align:center;
}

a:link {
color:black; 
text-decoration: none;
font-weight: bold;
}

a:visited  {
color:black;
text-decoration: none;
font-weight: bold;
}

a:hover 
{
color:#0033CC;
text-decoration: none;
}


input, select, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

img.sinistra {
float:left;
border: 0px;
padding: 5px 5px 5px 0px;
}

img.destra {
float:right;
border: 0px;
padding: 5px 0px 5px 5px;
}