body{
margin: 0;
padding: 0;
border: 0px none;
overflow: hidden;
height: 100%; 
max-height: 100% 
}

#header, #footer{
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 88px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: white;
color: white;
}

#content{
position: fixed; 
top: 0; /*Set top value to HeightOfTopFrameDiv*/
left: 0;
right: 0;
bottom: 0; /*Set bottom value to HeightOfBottomFrameDiv*/
overflow: scroll; 
background-image: url('gfx/pmbgi.jpg');
background-repeat: no-repeat;
background-position: right bottom;
}

#footer{
top: auto;
bottom: 0; 
height: 0; /*Height of bottom frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: white;
color: white;
}



* html body{ /*IE6 hack*/
padding: 110px 0 63px 0; /*Set value to (HeightOfTopFrameDiv 0 HeightOfBottomFrameDiv 0)*/
}

* html #content{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}
h1 {font-size:13px; font-family:Verdana, Arial, Helvetica, sans-serif; text-align:center;}
.index_text {width:890px; text-align:justify; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
