html, body {
    height: 100%;
    margin: 0;
    cursor: url("images/cursor.png"), auto;	
}

a, button {
    cursor: url("images/pointer.png"), pointer;
}