body {
margin: 0;
padding: 0;
background: #000 url(monte.jpg) no-repeat top left fixed;
color: #000;
font: 100%/1.5 Verdana, Arial, Tahoma, Helvetica, Geneva, sans-serif;
}

#content {
position: absolute;
top: 200px;
right: 100px;
width: 450px;
background: #f8f8ee;
border: 3px solid #d2c806;
padding: 0;
margin: 0;
}
#content h1 {
font: bold 1.2em Georgia, "Times New Roman", Times, Palatino, serif;
color: #800000;
background: #eee;
padding: 3px 2px;
margin: 0px;
border-bottom: 1px dotted #999;
text-align: center;
}
#content h2 {
font:  bold 1em Georgia, "Times New Roman", Times, Palatino, serif;
color: #800000;
background: #eee;
padding: 3px 2px;
margin-top: 10px;
border-bottom: 1px dotted #999;
border-top: 1px dotted #999;
}
#content p {
background: transparent;
padding: 3px 2px;
margin: 3px;
}
#content a:link, #content a:visited {
color: #a1b4cd;
font-weight: bold;
text-decoration: underline;
}
#content a:hover {
color: #fff;
background: #a1b4cd;
text-decoration: none;
}

#menu {
position: absolute;
top: 280px;
left: 100px;
width: 200px;
background: #f8f8ee;
border: 3px solid #999;
margin: 0;
padding: 0;
}

#menu h3 {
font: bold 1em Georgia, sans-serif;
color: #800000;
background: transparent;
margin: 0px;
padding: 3px 2px;
border-bottom: 1px dotted #999;
text-align: center;
}
#menu ul {
margin: 0;
padding: 0;
}
#menu ul li {
list-style-type: none;
margin: 0;
padding: 0;
}
#menu ul li a {
display: block;
margin: 0;
width: 200px;
padding: 3px 0px 3px 0px;
background: transparent;
color: #a1b4cd;
font-weight: bold;
text-align: center;
border-bottom: 1px dotted #999;
font-size: 90%;
}
#menu ul li a:hover{
background: #a1b4cd;
text-decoration: none;
color: #fff;
}



.first {
font: 130% Georgia, serif;
color: #800000;
background: transparent;
}

q {
font-style: italic;
}

sup {
vertical-align: baseline;
}

.nascosto {
position: absolute;
top: -1000em;
width: 1px;
height: 1px;
overflow: hidden;
}