#left, #col1 {position:absolute; left:0; top:95px; bottom:30px; width:13%; background:url(assets/side_l.jpg) #fff; z-index:4; overflow:auto; background-repeat:repeat-y;}
* html #left, * html #col1 {height:100%; top:0; bottom:0; border-top:95px solid #fff; border-bottom:30px solid #fff; color:#fff;}

#center,#col3 {position:absolute; top:95px; bottom:30px; left:13%; width:63%; padding: 10px 0; background:#fff; z-index:3; overflow:auto; }
* html #center, * html #col3 {top:0; bottom:0; width:63%;height:100%; border-top:95px solid #fff; border-bottom:30px solid #fff; overflow:auto;}

#right,#col2 {position:absolute; top:95px; bottom:30px; left: 76%; width:23%; padding: 10px 10px 0 0; background:#fff; z-index:3; overflow:auto; }
* html #right, * html #col2 {top:0; bottom:0; left: 76%; width:23%; height:100%; border-top:95px solid #fff; border-bottom:30px solid #fff; overflow:auto;}

