/* CSS Document */

#biblio{
/* Typical fixed height and fixed width example */
width: 882px;
height: 550px;
overflow: auto;
overflow-x:hidden;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

background-color: #fffef6;
padding: 0 15px 0 0;
}
#biblio_testo{width:852px;}