html{
     cursor: url(images/cursor%20grab.png), auto;
     background-image: url(images/officialbg.png);
}
a{
     cursor: url(images/cursor%20point.png),  pointer;
}


#imgTL { transform: rotate(-6deg);}
#imgTL:hover { transform: scale(120%)}
#imgTR { transform: rotate(6deg);}
#imgTR:hover { transform: scale(120%)}
#imgBL { transform: rotate(7deg);}
#imgBL:hover { transform: scale(120%)}
#imgBR { transform: rotate(-3deg);}
#imgBR:hover { transform: scale(120%)}
div { transform:scale(78%);}
div {margin-top: 52px;}

 #music-image {
      width: 150px;
      cursor: pointer;
      position: absolute;top: -5px ;left: 975px;
    }

#music-image:hover {
      width: 150px;
      cursor: pointer;
      transform: scale(120%)
    }



