body {
margin: 0;
padding: 0;
background: #d6d6d6 url(vergine.jpg) no-repeat top left fixed;
font: 100%/1.5 Arial, Helvetica, sans-serif;
}

#box {
background: #999;
width: 300px;
position: absolute;
top: 20px;
left: 580px;
}

#inner {
text-align: left;
background: #fff;
position: relative;
top: -0.5em;
left: -0.5em;
border: 1px solid #000;
padding: 1em;
}
#inner h2 {
font: bold 1em Georgia, Times, Palatino, serif;
color: #666;
border-bottom: 1px dotted #000;
}

a:link {
color: #353638;
font-weight: bold;
background: transparent;
text-decoration: none;
}
a:visited {
color: #b0a406;
background: transparent;
font-weight: bold;
text-decoration: none;
}
a:hover {
color: #c92525;
background: transparent;
text-decoration: underline overline;
}
a:active {
color: #353638;
}

strong {
font-weight: bold;
font-family: Georgia, serif;
color: #800000;
background: transparent;
}

