@charset "UTF-8";
body { margin: 0;
	   padding: 0;  
	 }
#partone {position: absolute;
			top:200px;
		    left: 650px;
		    z-index: 1;
		    }

#shoes {position: absolute;
			top: 580px;
		    left: 650px;
		    z-index: -1;
		}
#eyes {position: absolute;
	   top: 250px;
	   left:740px;
	   z-index: 1;
	   }
#hat {position: absolute;
	   top: 120px;
	   left:700px;
	   z-index: 1;
	   }
#leftarm {position: absolute;
	   top: 350px;
	   left:560px;
	   z-index: -1;
	   }
#rightarm {position: absolute;
	   top: 370px;
	   left:900px;
	   z-index: 1;
	   }
#nose {position: absolute;
	   top: 370px;
	   left:765px;
	   z-index: 1;
	   }
#mustache {position: absolute;
	   top: 435px;
	   left:700px;
	   z-index: 1 ;
	   }
#tie {position: absolute;
	   top: 435px;
	   left:695px;
	   z-index: 1 ;
	   }
#flower {position: absolute;
	   top: 145px;
	   left:825px;
	   z-index: 1 ;
	   }
#animal {position: absolute;
	   top: 375px;
	   left:520px;
	   z-index: -2 ;
	   }
#balloon {position: absolute;
	   top: 15px;
	   left:300px;
	   z-index: -5 ;
	   }