var stage = acgraph.create("container");
stage.rect(22, 18, stage.width() - 44, stage.height() / 3 - 22)
stage.rect(22, stage.height() / 3 + 18, stage.width() - 44, stage.height() / 3 - 22)
.stroke(["red", "blue"], 15);
stage.rect(22, 3 * stage.height() / 3 - 35, stage.width() - 44, 5)
keys: [".1 red", "white"],