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

#content {
position: absolute;
top: 300px;
right: 50px;
width: 400px;
border-left: 1px solid #f8f8ee;
border-top: 1px solid #f8f8ee;
border-right: 1px solid #e8e9cf;
border-bottom: 1px solid #e8e9cf;
padding: 5px;
background: url(bg.gif);
}

#content h1 {
font: bold 1.2em Georgia, "Times New Roman", Times, Palatino, serif;
color: #fc0;
background: transparent;
margin-left: 5px;
border-bottom: 1px dotted #999;
}

#content p {
color: #f8f8ee;
margin-left: 8px;
}

#content a:link, a:visited {
font-weight: bold;
color: #ea2300;
text-decoration: underline;
}
#content a:hover {
color: #fff;
background: #ea2300;
text-decoration: none;
font-weight: bold;
}

#content #footer {
width: 400px;
background: transparent;
border-top: 1px dotted #999;
padding: 5px 0px;
margin: 0;
text-align: center;
}

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

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