

#headercontainer {
/* border:1px solid #F0FF0F; */
position: relative; top: 0px; left: 0px; 

width:1024px;
height:64px;
margin:0;
background-color:#0F0F0F; 
text-align: center;
}

#footercontainer {
/* border:1px solid #F0FF0F; */
position: absolute; top: 661px; left: 0px; 

width:1024px;
height:64px;
margin:0;
background-color:#0F0F0F; 

}

/* disabled menu option */
.hboxdis
{
height: 24px; width: 24px; float : left; padding: 0px 0px 0px 0px; 
border:4px solid #0F0F0F;
background-color: #202020; /* #1A1A1A; */
color: #330; font-size: 9pt; ; text-decoration: none ;
line-height: 24px; /* this causes non-wrapped text to align vertically */
}

/* enabled menu option */
.hboxenb
{
height: 24px; width: 24px; float : left; padding: 0px 0px 0px 0px; 
border:4px solid #0F0F0F;
background-color: #202020; 
 /* line-height: 24px; this causes non-wrapped text to align vertically */
}