#head,
#foot,
#footer,
#page
{
position: fixed; 
overflow: auto;  /* Firefox */ 
}
* html #head,
* html #foot,
* html #footer,
* html #page
{
position: absolute; 
z-index : 1;  /* IE6 */ 
}
#head
{
top     : 10px;
height  : 120px;
left    : 10px;
width   : expression(document.body.clientWidth +(-20)+ "px");
right   : 10px; /* Firefox / IE7 */
background-color: #FFF;
}
#foot
{
bottom  : 30px;
height  : 80px;
left    : 10px;
width   : expression(document.body.clientWidth +(-20)+ "px");
right   : 10px; /* Firefox / IE7 */
overflow: hidden;
background-color: #FFF;
}
#footer
{
bottom  : 10px;
height  : 20px;
left    : 10px;
width   : expression(document.body.clientWidth +(-20)+ "px");
right   : 10px; /* Firefox / IE7 */
background-color: #FFF;
}
#page
{
top     : 135px;
height  : expression(document.body.clientHeight +(-250) +"px");
bottom  : 115px; /* Firefox / IE7 */
left    : 10px;
width   : expression(document.body.clientWidth +(-20)+ "px");
right   : 10px; /* Firefox / IE7 */
background-color: #FFF;
}

