<!--Force IE6 into quirks mode with this comment tag-->body{margin: 0px;padding: 0;border: 0;overflow: hidden;height: 100%; max-height: 100%; 
text-align: center;

}
#maincontent{position: fixed; top: 30px; /*Set top value to HeightOfFrameDiv*/left: 0;right: 0;
width: 100%;bottom: 0;overflow: auto; background: black;
color: white;
font-family: Arial, Helvetica, Geneva, sans-serif;
border-top: 1px solid white;

}.innertube{margin: 30px; /*Margins for inner DIV inside each DIV (to provide padding)*/}
.textblock{margin: 50px;
	text-align: justify;
	line-height: 1.9em;
	font-size: 0.8em;
}
.textblock-center{
text-align: center;
margin: 50px; /*Margins for inner DIV inside each DIV (to provide padding)*/}
.link a{
	color: #ffe27d;
}* html body{ /*IE6 hack*/padding: 30px 0 0 0;
background-color: black;
}* html #maincontent{ /*IE6 hack*/height: 100%; width: 100%; }/*nav area*/

.framecontent{position: absolute; 
text-align: center;top: 0;	
left: 0;width: 100%; height: 30px; /*Height of frame div*/overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: black;
font-size: 0.7em;
padding-top: 8px;
}
#underlinemenu{margin: 0;padding: 0;
font-family: Arial, Helvetica, Geneva, sans-serif;

}#underlinemenu ul{
margin-top: 0px;
padding-left: 0px;
margin-bottom: 1em;

}* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/margin-bottom: 0;}#underlinemenu ul li{display: inline;
color: white;}#underlinemenu ul li h4{
	font-size: 1.2em;
}#underlinemenu ul li a{color: white;font-weight: normal;padding: 2px 6px 4px 6px;text-decoration: none;
}#underlinemenu ul li a:hover{color: #ffe27d;padding-bottom: 0;}/*end nav area*/
/*footer area*/
#footer {
  position:absolute; 
  bottom:0; 
  left:0;
  width:100%; 
  height: 20px; 
  overflow: hidden;
  text-align:center; 
  background:#black;
  color: white;
  border-top:1px solid #fff;
	font: 0.5em Arial, Helvetica, Geneva, sans-serif;
	padding-top: 5px;
	z-index: 5;
}
* html #footer {height:30px;}