 /* This just moves the whole page down */	
	       body {
	       padding: 40px;
	       }
	      
	      
	      
	      a img {
              border: none;
                            } 
	       
	       #wrapper{       
	       					width: 1000px;
    						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:-30px;
    											}
    	
    				
    		
    											       
    		#choicesNOTheader {     position: absolute;
    								background: #fff;
    								top: 10px;
    								right:0px;
    								}	
    								
			
			
			
			
			
			
			
			
			
			#nothing {
    	                      position:relative;
    	                      top: 0px;
    						  right:50px;
							  
    	   						
								}
    				
					 #header {
    								position: absolute;
    								background: #fff;
    								top: 44px;
    								right:180px;
									z-index:-2;
    								}		
					
					
					#art {
		                            
		                            position: absolute;
    								background: #fff;
    								top: 168px;
    								right:370px;
    								z-index:-1;
												}
					
				#about   {    
    		                        position: absolute;
    								background: #fff;
    								top: 240px;
    								right:357px;
    											}
    				
					
					
					
					
				#shop {
										position: absolute;
										background: #fff;
										top: 315px;
										right: 350px;
    								}			
					
					  #contact {
    								position: absolute;
    								background: #fff;
    								top: 365px;
    								right:285px;
    								}
					
    			 #support  {                 position: absolute;
    								background: #fff;
    								top: 450px;
    								right:290px;
    								}		
									
    				
    			 #blurb { 	        position: absolute;
									font-size: 90%;
    							  	background: #fff;
    							    top: 550px;
    							    right:120px;
									width: 200px;
									padding: 10px;
									text-align: justify;
									font-family: "Courier New", Courier, monospace;
									border: 5px solid #ffffff;}
								   
    								
									
				#rippedbg {

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