html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background color: #FDBE02 ;
	face="courier new" ;
	size=5;
	}
#container {
	min-height: 100%;
	position: relative;
	}
#header {
	padding: 5px;
	}
#body {
	padding: 10px; 
	padding-bottom: 20px;		/* Height of the footer */
	}
#footer {
	position: relative;
	width: 100%;
	height: 20px;			/* Height of the footer */
	}
/* other non-essential CSS */
#header p {
	margin: 0;
	padding: 10px 0 0 10px;
	}
#footer p {
	margin: 0;
	padding: 10px;
	}
#hleft { 
	position: absolute; 
	top: 1.2em;
	left: 1em;
	z-index: 2;
	}
#hcenter {
	position: static;
	z-index: 1;
  	}
#hright	{
	position : absolute;
	top: 1.6em;
	left: 84%;
	z-index: 2;
	}
#fleft { 
	position: absolute;
	top: 1em;
	left: 1em;
	z-index: 2;
	}
#fcenter {
	position: static;
	z-index: 1;
	}
#fright	{
	position: absolute;
	top: 1em;
	left: 92%;
	z-index: 2;
	}
#member {
	font-family: ariel ;
	font-size: smaller ;
	height: 80% ;
	width: 100% ;
	}
#astyle {
  	border: 4px outset;
  	padding: 2px;
	width: 40% ;
  	text-decoration: none;
	font-family: Times New Roman ;
	font-size: large ;
	}
#aback  {
  	text-decoration: underline;
	}


<!--[if lt IE 7]>
<style media="screen" type="text/css">
#container {
	height: 100% ;
	}
</style>
<![endif]-->



