// Name = new Puzzle(Xpos, Ypos, 'Name', width, height, 'Color', 'GifPath');
// Name must be the same in both places GifPath may be relative or absolute
puz = new Puzzle(100, 120, 'puz', 194, 414, '#B3C5D9', '../resources/images/ryoko.gif');
writeCSS( puz.getCss() );
document.write( puz.getDiv() ); // change 'puz' to the name you gave your puzzle above
