html, body, #pageHeader, #pageBody, #flashContent, #pageFooter {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#pageHeader {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}
#pageBody {
	position: absolute;
	left: 0;
	right: 0;
}
#flashContent {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0;
	left: 0;
	overflow: auto;
}
#pageFooter {
	position: absolute;
	width: 100%;
	bottom: 0px;
	left:0px;
	right: 0px;
}

/* header & footer heights */
#pageHeader { height: 131px; }
#pageBody { top: 131px; }

#pageFooter { height: 30px; }
#pageBody { bottom: 30px; }
