		.image_container_2x4 {
			position: absolute;
			width: 23%;
			height: 22%;			
		}

		#droppable_container_1	{
			left: 1%;
			top: 9%;
		}

		#droppable_container_2	{
			top: 9%;
			right: 2%;			
		}
		
		#droppable_container_3	{
			left: 1%;
			bottom: 1%;			
		}
	
		#droppable_container_4	{
			right: 2%;
			bottom: 1%;
		}
	
		#draggable_container_1 {
			left: 25%;
			top: 30%;			
		}

		#draggable_container_2 {
			right: 26%;
			top: 30%;						
		}

		#draggable_container_3 {
			left: 25%;
			bottom: 23%;
		}

		#draggable_container_4 {
			right: 26%;
			bottom: 23%;
		}
