body {
    margin: 0;
}

canvas {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*width:100%;*/
    /*height:100%;*/
}

video {
    position: absolute;
    border:5px solid #000;
    z-index:99999;
}

#puzzleCanvas {
    position: absolute;
    top: 40px;
    left: 50px;
    z-index:99999;
}

.selected {
	cursor: url("cursors/cursor.png"), auto;
}