 #newbody{
			
			display: none;
			width: 100%;
			height: 95%;
			 opacity: 0.4;
			z-index: 100000;
			position : absolute ;
			background-color: white;
			
		}
		#newbodyImg{
			
			display: none;
			
			z-index: 200000;
			position: absolute;
			
			width: 90%;
            left: 5%;
			
		}
