body{
    font-size: 12px;
  color: #404040;
  font-family: "Arial";
  text-align: left;
  background-image:url("https://aliceinavocadoland.neocities.org/bliss.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
   }
  a, a:visited{
    color: white;
    text-decoration: underline;
  
   }
   a:hover{
     color: #9e9e9e;
   }
  .music{
  position: fixed;
  right: 1430px;
  top: 20px;
  
  }  
.aboutme{
  position: fixed;
  right: 1430px;
  top: 120px;
  
}
.graphics{
  position: fixed;
  right: 1430px;
  top: 220px;
  
}
.guestbook{
  position: fixed;
  right: 1430px;
  top: 320px;
  
}
.blog{
  position: fixed;
  right: 1430px;
  top: 420px;
}
.wordpad{
  position: fixed;
  right: 1430px;
  top: 520px;
}
   .start{
  position: relative;
   width: 100px;
   margin-left: 0px;
  margin-right: 0px;
   height: 100px;
   z-index: 50;
} 
.container{
  position: fixed;
  left: 0;
  bottom: 0;
   width: 1900px;
   height: 30px;
}

/* avocadorecords.net */
.window{
  z-index: -10;
  position: fixed;
  top: 10px;
  left: 370px;
  background-image: url('avobuywindow.png');
  width: 890px;
  height: 667.3px;
  background-size:contain;
  background-repeat: no-repeat; 
}
.main{
    z-index: 1;
    position: fixed;
    padding: 5px 20px 5px 20px;
    width: 840px;
    height: 518px;
    top: 121px;
    left: 375px;
    overflow-y: hidden;
	overflow-x: hidden;
}
.logo{
   z-index: 1;
    position: absolute;
    width: 220px;
    height: 65px;
    top: 12px;
    left: 32px;
    
}
.topnav{
    z-index: 2;
    position: absolute;
    width: 455px;
    height: 25px;
    right: 20px;
    background: #ffd400;
    background: linear-gradient(0deg, #ffd400 25%, #fffb94 85%);
    border: #ffd400 2px solid;
    border-radius: 10px 10px 0px 0px;
    padding: 5px 5px 0px 5px;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    color: white;
}
.topnavtwo{
   z-index: 1;
    position: absolute;
    width: 500px;
    height: 25px;
    top: 38px;
    right: 20px;
    padding: 5px 5px 0px 5px;
    background: #d0d0d0;
    background: linear-gradient(0deg, rgb(208, 208, 208) 18%, rgb(255, 255, 255) 95%);
    border: #d0d0d0 2px solid;
    border-radius: 10px 0px 0px 0px;
    font-size: 15px;
    font-weight: bold;
    color: rgb(64, 64, 64);
    word-spacing: 10px;
    text-align: right;
}
.topnavtwo a, .topnavtwo a:visited{
  color: #404040;
  text-decoration: none;
}
.topnavtwo a:hover{
  text-decoration: underline;
}
.leftnavheader{
    z-index: 1;
    position: absolute;
    width: 190px;
    height: 25px;
    top: 100px;
    left: 25px;
    padding: 5px 5px 0px 5px;
    background: #92dd00;
    background: linear-gradient(0deg, #92dd00 18%, #dcff95 95%);
    border: #92dd00 2px solid;
    border-radius: 10px 0px 0px 0px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: white;
}
.leftnav{
    z-index: 1;
    position: absolute;
    width: 190px;
    height: fit-content;
    top: 127px;
    left: 25px;
    padding: 2px 5px 0px 5px;
    background: white;
    border: #92dd00 2px solid;
    text-align: left;
}
iframe{
    border: none;
    position: absolute;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 85px;
    right: 15px;
    width: 620px;
    height: 442px;
    padding: 0;
}