body {
  background-image: url('file:///C:/Users/josep/Documents/personal%20site/images/pattern%2063.gif');
  background-repeat: repeat;
  background-attachment: inherit;
  font-family: Verdana;
  color: black;
}

div {
   width: 700px;
  margin: auto; 	
  border-radius: 5px;
  justify-content: center;
  align-items: center; 
}


#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;
    top: 100px;
}

#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;
  #homebutton {
        background-color: none;
        position: absolute;
      left: 0px;
      top: 10px;
    }
    #cdsbutton {
        background-color: none;
        position: absolute;
        left: 0px;
        top: 80px;
    }
    
    #moviesbutton {
         background-color: none;
        position: absolute;
        left: 0px;
        top: 150px;
    }
    
    #animbutton {
        background-color: none;
        position: absolute;
        left: 0px;
        top: 220px;
    }
    
    #reviewsbutton {
        background-color: none;
        position: absolute;
        left: 0px;
        top: 290px;
    }
    
}


#reviewbackground {
     justify-content: center;
  align-items: center; 
    margin: 10px;
  display: flex;
  border-radius: 5px;
  margin: auto;
  width: 800px;
    height: 1000px;
    background-color: none;
    position: absolute;
    left: 370px;
    top: -70px;
    
    #summary {
        justify-content: center;
        align-items: center;
        margin: 10px;
        display: flex;
        width: 500px;
        height: 100px;
        position: absolute;
        top: 250px;
        left: 500px;
    }
    
    #reviewtext {
        justify-content: center;
        align-items: center;
        margin: 10px;
        display: flex;
        width: 700px;
        height: 100px; 
        position: absolute;
        top: 400px;
        
    }

}


#top {
  width: 500px;
    height: 200px;
  margin: auto; 	
  border-radius: 5px;
  justify-content: center;
  align-items: center; 
  display: flex;
    position: relative;
    top: 0px;
    left: 0px;
}

#CDs {
    position: absolute;
    left: 350px;
    top: 190px;
}