div#container
{
   width: 994px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
body
{
   text-align: center;
   margin: 0;
}
a
{
   color: #C5D3FF;
}
a:visited
{
   color: #C5D3FF;
}
a:active
{
   color: #C5D3FF;
}
#menufix {
	position: fixed;
	top: 0;
	left: 50%;
	margin: 0 0 0 -361px;
	background: #000000;
	z-index:15;
            }
            
            * html {
                background:#000000 fixed url('about:blank');
            }
            
            * html #menufix {
                position: absolute;
                top: expression(eval(document.documentElement.scrollTop));
            }
