#main{
width:960px;
margin:0 auto;
overflow:hidden;
}

div#fixme {
 position: fixed;
  _position:  absolute;
 top:0;
 left:0;
 width:100%;
 padding: 0em; 
 border: 0px dashed; 
 color: #000;
 margin:0 auto;
 text-align:center;
 height: 36px;
 *height:38px;
 z-index:1000;
 background:#000 url(/img/header_bg.gif) repeat-x;
}

/* wide version top bar
div#fixme {
 position: fixed;
  _position:  absolute;
 top:0;
 left:0;
 width:100%;
 padding: 0em; 
 border: 0px dashed; 
 color: #000;
 margin:0 auto;
 text-align:center;
 height: 36px;
 *height:38px;
 z-index:1000;
 background:#000;
}
*/

/* Wrap the following in a 'conditional comment' if you like.
  It won't make it more valid. */  
* html div#fixme {
position: absolute;
top:expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop : document.body.scrollTop);
}

/* slight adjustment
div#fixme img,div#fixme-bottom img  {
float: left;
margin: 0px -100px -100px 0;
position: relative;
}
*/
/* not necessary, but... */
* html body {
position: relative;
}

* html, * html body{
    background: url(/images/e.gif) fixed;
}


