  
Body |   
 { 
		 position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */ 
		 top:0px; 
	             float:right; 
		 width:40%;				 
 		 margin:0px 410px 20px 170px; 
		 margin:5px; 
		 border:1px solid rgb(182,182,182); 
		 background-color:red; 
		 padding:10px; 
		 z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */ 
 
		 } 
 
 |