 /* This just moves the whole page down */	
	       body {
	       padding: 40px;
	       }
	      
	      
	      
	      a img {
              border: none;
                            } 
	       /* #wrapper is the ripped white paper and I can move it by changing either right or top   */	
	       #wrapper{       
	       					width: 500px;
    						margin: 0 auto;
    						background: rgba(0,0,0,0);
    						
    						}
	      
	       .float-left{
    					     float:left;
    								
    					}
	       
	       .clear{
							 clear:both;
							    }
							    
							    
							    
			/* #nothing is for the anchoring everything to the invisible graphic.  I can also
			     move the whole page around adjusting the top and right */	
				 
				 
				 
				 
				 			
			
			#allpics       {            position: absolute;
    								background: #fff;
    								top: -30px;
    								right:-1000px;
    											}
    	
    				
    		
    											       
    		#choicesNOTheader {     position: absolute;
    								background: #fff;
    								top: 10px;
    								right:970px;
    								}	
    								
			
			
			
			
			
			
			
			
			
			#nothing {
    	                      position:relative;
    	                      top: 0px;
    						  right:30px;
							  
    	   						
								}
    				
					 #header {
    								position: absolute;
    								background: #fff;
    								top: 44px;
    								right:1150px;
									z-index:-2;
    								}		
					
					
					#choice1 {
		                            
		                            position: absolute;
    								background: #fff;
    								top: 115px;
    								right:180px;
    								z-index:-1;
												}
					
				#choice2   {    
    		                        position: absolute;
    								background: #fff;
    								top: 170px;
    								right:180px;
    											}
    				
					
					
					
					
				#choice3 {
										position: absolute;
										background: #fff;
										top: 220px;
										right: 180px;
    								}			
					
					  #choice4 {
    								position: absolute;
    								background: #fff;
    								top: 270px;
    								right:180px;
    								}
    								
    				#choice7 {
    								position: absolute;
    								background: #fff;
    								top: 308px;
    								right:245px;
    								z-index:1;
												}
									
									
									
    								
					
					 #choice5 {
    								position: absolute;
    								background: #fff;
    								top: 330px;
    								right:210px;
    								}
					
					
					
					
					#choice6 {
    								position: absolute;
    								background: #fff;
    								top: 410px;
    								right:210px;
									
									
									
    								}
					
					
					
    		
					

    				
    			 
    								
									
				#rippedbg {

                                    position: absolute;
    							    top:-20px;
    								right:60px;
    								z-index:-3;
    								
    											}	
									
    				
					
					       
  
    								
  
   
	
