  
Body |   
 { 
		  /* Position is declared "relative" to gain control of stacking order (z-index). */ 
		position:absolute: 
		 width:250px; 
		 border:1px solid rgb(182,182,182); 
		 background-color:white; 
		 padding:10px; 
		 z-index:100; /* This allows the content to overlap the right menu in narrow windows in good browsers. */ 
  } 
 
 |