var border = new createjs.Shape();
border.graphics.beginStroke("#000");
border.graphics.setStrokeStyle(1);
border.snapToPixel = true;
border.graphics.drawRect(0, 0, 450, 309);
border.x = stageWidth / 2 - 200 - 0.5;
border.y = stageHeight / 2 - 150 - 0.5;