div#ani_contener {
position: absolute;
top: 127px;
width: 600px;
height: 850px;
background-color: #ffffff;
/z-index: -1;
}


div#ani_B1 {
position: relative;
top: 30px;
margin-bottom: 60px;
width: 600px;
height: 210px;
/*background-color: blue;*/
}


div#inside_cont_aniB1 {
position: absolute;
top: 15px;
margin: 13px 10px 13px 15px; 
width: 570px;
height: 280px;
font-size: 12px;
overflow: auto;
/*background-image: url(images/grph.gif); background-position: 20px 10px; background-repeat: no-repeat;*/
}


#inside_cont_aniB1 h1 {
font: bold 13px Arial;
margin: 7px 0px 3px 0px;
}


