<!--
body {
	
        background: url('/n.gif') no-repeat;
        background-attachment: fixed;
		background-color:#000
        
	    background-repeat: repeat-y;
	    background-position: center;
	    margin-left: 0px;
	    margin-top: 0px;
	    margin:0;     
	    padding:0;
 
}
 
#staticcontent{
 
position:fixed;
  _position:absolute;
top: expression(
    parseInt(document.body.scrollTop, 10) + "px"
);
  right:0;
margin:0; 
top:0;
}
 
 
-->
