#main{
width:960px;
margin:0 auto;
overflow:hidden;
}

div#fixme {
position: fixed;
*position:;
_position: fixed; 
top: 0; 
	width: 100% !important;
	width: 960px; 	
	padding: 0em; 
	border: 0px dashed; 
	color: #000; /* background: #cfc;*/ 
	margin:0 auto;
	text-align:center;
height: 0;
z-index:2;
}

/* 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;
}


