body{
    font-size: 10px;
  color: black;
  font-family: "Verdana";
  text-align: left;
  background-image:url("http://i.imgur.com/lojmr.jpg");
  background-repeat: repeat;
  background-attachment: scroll;
  line-height: 1.2em;

   }
  .music{
  position: absolute;
  right: 1430px;
  top: 20px;
  
  }  
.aboutme{
  position: absolute;
  right: 1430px;
  top: 120px;
  
}
.graphics{
  position: absolute;
  right: 1430px;
  top: 220px;
  
}
.guestbook{
  position: absolute;
  right: 1430px;
  top: 320px;
  
}
.blog{
  position: absolute;
  right: 1430px;
  top: 420px;
}
.wordpad{
  position: absolute;
  right: 1430px;
  top: 520px;
}
   .start{
  position: relative;
   width: 100px;
   margin-left: 0px;
  margin-right: 0px;
   height: 100px;
} 
.container{
  position: fixed;
  left: 0;
  bottom: 0;
   width: 1900px;
   height: 30px;
}

.window{
  z-index: -10;
  position: fixed;
  top: 4px;
  left: 370px;
  background-image: url('wordpad.png');
  width: 890px;
  height: 667.3px;
  background-size:contain;
  background-repeat: no-repeat; 
}
.text{
  z-index: -10;
  position: fixed;
  top: 139px;
  left: 376px;
  background-color: white;
  width: 664px;
  height: 494px;
  background-repeat: no-repeat; 
  padding: 10px 40px 5px 20px;
  overflow-y: scroll;
}
.text img{
  display: block;
  width: 300px;
  margin: 10px auto 0px auto;
}
.subtext{
text-align: center;
font-style: italic;
  margin: 5px auto 10px auto;
}
h1{
  font-size: 16px;
  padding: 0;
  margin: 10px 0 10px 0;
  text-decoration: underline;
  font-weight: bold;
}
h2{
  font-size: 10px;
  padding: 0;
  margin: 10px 0 5px 0;
  text-decoration: underline;
  font-weight: bold;
}
