html {

}

Body {

	background-image: url("wallpap.png");
	background-repeat: tile;
	background-size: 500px,500px;

}

	iframe {
		opacity: 0.8;
	       }

	#drag1 {
		height: "280";
		width: "375";
      	}
		
	#drag3 {
	  position: absolute;
	  left: 400px;
	  bottom: 20px;
      	}
		
		#drag4 {
	  position: absolute;
	  right: 250px;
	  top: 250px;
      	}
		
	  #drag5 {
	  position: absolute;
	  right: 30px;
	  bottom: 30px;
      	}
	
	}
