body{
    background:url(img/water.png);
    opacity:0;
    transition: opacity 2s;
    -webkit-transition: opacity 2s; /* Safari */    
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 60px;
} 

li a {
  display: block;
}
.header{
    position: absolute;
    margin-top: 10px;
    margin-left: 430px;
    background:url(img/ULTRALOGO.png);
    width: 499px;
    height: 117px;
}
.bottomtext{
    position: absolute;
    margin-top: 500px;
    margin-left: 300px;
    width: 800PX;
    height: 900px;
    font-family: Arial;
    font-size: 20px;
    color: #778899;
    text-emphasis-style: dot;
    background:url(img/asanoha-400px.png);
    
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: blue; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: lightblue; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: white; 
}
