body.frame_body {
	margin:0px;
	border:0px;
	padding:0px;
	height:100%; 
	max-height:100%; 
	overflow:hidden;
}

/* for internet explorer */
* html body.frame_body {
	padding:100px 0px 25px 0px;
}

.frame_content {
	position:fixed; 
	top:100px;
	left:0px;
	bottom:25px; 
	right:0px; 
	overflow:auto; 
	padding:0px;
	background:#FFFFFF;
}

/* for internet explorer */
* html .frame_content {
	height:100%; 
	width:100%; 
}

div.frame_header {
	position:absolute; 
	top:0px; 
	left:0px; 
	width:100%; 
	height:100px; 
	overflow:hidden; 
}
  
/* for internet explorer */
* html div.frame_header {
	height:100px;
}

div.frame_footer {
	position:absolute; 
	bottom:0px; 
	left:0px;
	width:100%; 
	height:25px; 
	overflow:hidden; 
}

/* for internet explorer */
* html div.frame_footer {
	height:25px;
	bottom:-1px;
}
