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

#box {
position: absolute;
top: 50px;
left: 20px;
width: 500px;
background: #d6e0ee;
border: 1px solid #b0a406;
}
#box h2 {
padding: 5px;
margin: 0;
font: bold 1.2em Georgia, "Times New Roman", Times, Palatino, serif;
border-bottom: 1px dotted #666;
background: #f8f8ee;
}
#box h3 {
padding: 5px;
margin: 0;
font: bold 1em Georgia, "Times New Roman", Times, Palatino, serif;
border-bottom: 1px dotted #666;
border-top: 1px dotted #666;
background: #f8f8ee;
}
#box p {
padding: 5px;
margin-left: 0;
margin-right: 0;
margin-bottom: 10px;
margin-top: 5px;
color: #000;
line-height: 1.5em;
}

#box a:link {
color: #33140e;
text-decoration: none;
font-weight: bold;
}

#box a:visited {
font-weight: bold;
text-decoration: none;
}

#box a:hover {
color: #C63030;
text-decoration: underline overline;
background: #fff;
}


#box cite {
font:  italic 1em Georgia, Palatino, Times, serif;
color: #444;
}

#box #footer {
border-top: 1px dashed #444;
margin: 0;
padding: 0;
width: 100%;
}
#box #footer ul {
list-style-type: none;
padding: 0;
margin: 0;
width: 100%;
background: #ffc;
}
#box #footer ul li {
display: inline;
margin: 5px;
}

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