body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow: hidden;
	height: 100%; 
	max-height: 100%;
}

#header-content, #footer-content {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 76px; /*Height of top frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background: #000000 url(../images/header-bg-76px.png) repeat-x center ;
	color: #fff;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}

#footer-content {
	top: auto;
	bottom: 0; 
	height: 40px; /*Height of bottom frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #000;
	color: white;
}

#main-content {
	position: fixed; 
	top: 76px; /*Set top value to HeightOfTopFrameDiv*/
	left: 0;
	right: 0;
	bottom: 0px; /*Set bottom value to HeightOfBottomFrameDiv*/
	overflow: auto; 
	background: #F4F7F7;
	border-width:0px;
	width:100%;
}

#main-content-body {
	margin: 0px auto;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#header-content-body {
	margin: 0px auto; /*Margins for inner DIV inside each DIV (to provide padding)*/
	padding:0px;
	border-width:0px;
	height:100%;
	width:100%;
	left:0px;
}

#headerTable {
	padding:0px;
	margin:0px auto;
	border-width:0px;
	width:100%;
	height:100%;
	left:0px;
}

#headerTable td {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

* html body{ /*IE6 hack*/
	padding: 130px 0 110px 0; /*Set value to (HeightOfTopFrameDiv 0 HeightOfBottomFrameDiv 0)*/
}

* html #main-content { /*IE6 hack*/
	height: 100%; 
	width: 100%; 
}

#quiz-display-area {
	width: 1000px;
	margin: 0 auto;
	border-top:4px solid #d4d7d7;
	border-left:4px solid #d4d7d7;
	border-right:4px solid #d4d7d7;
	border-bottom:4px solid #d4d7d7;
};