body {
  background-image: url('file:///C:/Users/josep/Documents/personal%20site/images/art_page/pattern%20239.gif');
  background-repeat: repeat;
  background-position: center;
  background-attachment: fixed;
  font-family: Verdana;
  color: white;
}

div {
   width: 700px;
  margin: auto; 	
  border-radius: 5px;
  justify-content: center;
  align-items: center; 
}

.container {
  width: 700px;
  margin: auto; 	
  border-radius: 5px;
  justify-content: center;
  align-items: center; 
  display: flex;
  background-color: white;
    position: relative;
    top: 0px;

}

#palette {
    position: absolute;
    left: -100px;
    transform: rotate(0deg);
    position: fixed;
}

#lava {
    position: absolute;
    left: 1300px;
    transform: rotate(0deg);
}

#arrow {
    position: absolute;
    left: 300px;
    top: 380px;
    transform: rotate(45deg);
}


#ball {
    position: absolute;
    left: 1230px;
    top: 500px;
    transform: rotate(0deg);
    background-repeat: repeat;
}

#artborder {
    position: absolute;
    top: 0px;
    left: 0px;
   background-image: url(file:///C:/Users/josep/Documents/personal%20site/images/art_page/b77d54b6.gif);
    background-repeat: repeat-x;
    width: 1515px;
    height: 50px;
}

#leftsidebar {
  border-radius: 5px;
     width: 250px;
    height: 700px;
  margin: 10px; 	
  justify-content: center;
  align-items: center; 
  display: flex;
    background-color: none;
    position: absolute;
    left: -10px;
}

#navigation {
     border-radius: 5px;
     width: 250px;
    height: 500px;
  margin: 0px; 	
  justify-content: center;
  align-items: center; 
  display: flex;
    background-color: none;
    position: absolute;
    top: 10px;
    left: 0px;
  #homebutton {
        background-color: none;
        position: absolute;
      left: 2px;
      top: 10px;
    }
    #aboutmebutton {
        background-color: none;
        position: absolute;
        left: 2px;
        top: 80px;
    }
    
    #artbutton {
         background-color: none;
        position: absolute;
        left: 2px;
        top: 150px;
    }
    
    #graphicsbutton {
        background-color: none;
        position: absolute;
        left: 2px;
        top: 220px;
    }
    
    #shrinesbutton {
        background-color: none;
        position: absolute;
        left: 2px;
        top: 290px;
    }
    
    #blogbutton {
        background-color: none;
        position: absolute;
        left: 2px;
        top: 360px;
    }
    
    #reviewsbutton {
        background-color: none;
        position: absolute;
        left: 2px;
        top: 430px;
    }
    
    #sitemapbutton {
        background-color: none;
        position: absolute;
        left: 2px;
        top: 500px;
    }
    
}




.summary {
  justify-content: center;
  align-items: center; 
  display: flex;
  border-radius: 5px;
  margin: auto;
  width: 800px;
  background-color: #992015;
}

#pencil {
    position: absolute;
    right: 0px;
    top: 500px;
    transform: rotate(100deg);
}

#colorpencil {
    position: absolute;
    right: -300px;
    top: 600px;
    transform: rotate(-40deg);
}

.firstimage {
    width: 600px;
    height: 400px:
}

.gallery {
  justify-content: center;
  align-items: center; 
  border-radius: 5px;
  margin: auto;
  width: 710px;
    height: 560px;
  background-color: none;
    position: absolute;
    top: 330px;
    left: 380px;
    overflow-y: scroll;
}


#top {
  width: 500px;
    height: 200px;
  margin: auto; 	
  border-radius: 5px;
  justify-content: center;
  align-items: center; 
  display: flex;
    position: relative;
    top: 40px;
    left: 0px;
}

#frame {
    position: absolute;
    left: 250px;
    top: 280px;
    transform: rotate(0deg);
    
}