@charset "ISO-8859-1";
/* CSS Document */

body {
width: auto;
margin-top: 0;
background: #ffffff;
font-family: Verdana, sans-serif;
font-size: xx-small;
}

div#contenitore {
width: 854px;
height: 641px;
margin-top: 0;
margin-left: auto;
margin-right: auto;
z-index: 1;
}

div#pagina {
position: absolute;
width: 854px;
height: 641px;
text-align: center;
border: solid;
border-width: 1px;	
border-style: dotted;
border-color: #ebebeb;
z-index: 2;
}

div#bottonehome {
position: relative;
width: 36px;
height: 28px;
top: 4px;
left: -38px;
z-index: 3;
}

div#footer {
position: relative;
width: 236px;
height: 14px;
top: 0;
left: 624px;
color: #bfbfbf;
z-index: 4;
}

div#testo {
position: absolute;
width: 834px;
height: 380px;
top: 260px;
margin-left: auto;
margin-right: auto;
padding-right: 20px;
text-align: right;
font-size: 8pt;
line-height: 11pt;
z-index: 5;
}

div#testo a {
color: #000000;
text-decoration: none;
}

#testo a:link {
color: #000000;
text-decoration: none;
}

#testo a:visited {
color: #000000;
text-decoration: none;
}

#testo a:hover {
color: #000000;
text-decoration: none;
}

#testo a:active {
color: #000000;
text-decoration: none;
}