body {
    background-image: url("images/anatomy.png");
    background-size: 50%;
    background-color: #000;
    background-repeat:no-repeat;
    background-position:top;
    overflow-y: scroll;
    cursor: url(), auto;
    font-family: times;
    color: #fff;
    
}