html, body {
    width: 100%;
    height: 100%;
}

body, div, canvas, p, h1, h2, h3, h4, h4, h6 {
    margin: 0 0;
    padding: 0 0;
    /*cursor: url(/img/1px.png), none;*/
}

body {
    background: black;
	font: 75% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
    overflow: hidden;        
}

.hdkf-arrow{	
 	/*cursor: url(../img/1px.png), none;*/
 	cursor: url(../img/cur_arrow.cur), auto;
}

.hdkf-hand{	
 	/*cursor: url(../img/1px.png), none;*/
 	cursor: url(../img/cur_hand.cur), pointer;
}

.hdkf-none{	
 	cursor: url(../img/1px.png), none;
}