body {
  background-image: url('/drawerroom2.png'), url('/tile.jpg') ;
  background-position: left top,right top;
  background-repeat: no-repeat, repeat;
  background-size: cover, 400px;
  text-align: center;
  color: black;
  font-family:Times New Roman; }
  a:link  {
        color: orange;
    }
    
    a:visited  {
        color: red;
    }
.clkbl:hover {
  filter: drop-shadow(3px 3px 3px tomato) }
  
  img:hover {
    filter: drop-shadow(3px 3px 3px black);
  }
  
  
#openme {
  float: right;
  margin-left :-100px ;
  position: absolute;
  width: 200px;
  margin-top: 200px;
  z-index: 7;
}

#odresser {
  z-index: 1;
}
#cdresser {
  z-index: 5;
}
  
#odrwr {
  width: 635px;
  height: 300px;
  background-image: url('/wood.jpg');
  background-repeat: repeat;
  background-size: 300px;
  background-position: left top;
  z-index: 2;
  position: absolute;
  float: right;
  margin-top: -330px;
  outline: 5px ridge #481502;
  overflow: scroll;
  margin-left: 370px;
  padding: 20px;
}


#odrwr img {
  padding: 10px;
  float: left;
}

#drwr {
  position: absolute;
  z-index: 3;
  float: right;
  margin-left: -298px;
  
}
  

  #title {
    float: left;
    z-index: 4;
    width: 400px;
    margin-left: 230px;
    position: absolute;
  
  }
  
  #rbclown {
    float: right;
    position: absolute;
    margin-top: -550px;
    margin-left: 550px;
    z-index: 6;
  }
  
  #image-map a:visited {
    content: url('/rclown.png');
  }
  
  #rbclown2 {
    float: right;
    position: absolute;
    margin-top :19px;
    margin-left : 66px;
    z-index: 6;
  }
  
  #lisa {
    float: left;
    position: absolute;
    margin-top: 19px;
    margin-left: -200px;
  }
  
  #mona {
    float: right;
    position: absolute;
    margin-top: 19px;
margin-left:-200px; }
  
  
  #home {
    float: right;
    background-image : url('/paw.png');
    border: 3px solid orange;
    background-size: 100px;
    margin : auto;
    position: sticky ;
    z-index: 8;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  