body {
  background-image: url('file:///C:/Users/josep/Documents/personal%20site/images/multi232.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;
}

#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;
    }
    
}


#gallerybg {
    margin: auto; 	
  border-radius: 5px;
  justify-content: center;
  align-items: center; 
  display: flex;
    position: absolute;
    left: 410px;
    top: 40px;
    transform: rotate(90deg);
}

.summary {
  justify-content: center;
  align-items: center; 
  display: flex;
  border-radius: 5px;
  margin: auto;
  width: 800px;
  background-color: #992015;
}



.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: 230px;
    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: 20px;
    left: 0px;
}

#frame {
    position: absolute;
    left: 400px;
    top: -100px;
    transform: rotate(90deg);
    
}