questo è il codice css

io non riesco a trovare il problema



html, body
{
min-height: 100%;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
font: 9pt/11pt Arial;
color: #000000;

}

html>body, html>body
{
height: auto;
}

#sfondo
{
position: absolute;
z-index: 1;
height:100%;
width: 100%;
margin: 0;
padding: 0;

}




#sfondo_navbar
{
position: absolute;
z-index: 2;
width: 10%;
height: 59%;
left: 14%;
top: 63%;

}

#navbar
{
position: absolute;
z-index: 3;
width: 6%;
height: 38%;
top: 20%;
left: 6%;
padding: 1%;
}

#navbar ul
{
list-style: none;
margin: 0;
padding: 0;
}

#navbar li
{
border-bottom: 1px solid #000000;
margin-bottom: 0.3em;
}

#navbar li a:link, #navbar a:visited, a
{
text-decoration: none;
color: #000000;
}

#navbar li a:hover, #navbar a:hover
{
color: #E00B12;
}

#sfondo_contenuto
{
position: absolute;
z-index: 4;
width: 40%;
height: 59%;
left: 24%;
top: 63%;

}

#contenuto
{
position: absolute;
z-index: 5;
width: 28%;
height: 65%;
left: 15%;
top: 19%;
padding: 1%;
overflow: auto;
}

#contenuto a
{
text-decoration: underline;
}