﻿
#divContent { 
background: white; 
position: absolute; 
width: 100%; 
left: 0; 
top: 155px;
bottom: 50px;  
overflow: auto;
/* IE only needs this line but other browsers ignore it */ 
/*height: expression(document.body.clientHeight - 100 + "px"); */ 
} 
 
