Background - PBS-KIDS/HTML5-Storybook GitHub Wiki
##Book Config Property background The area behind the storybook can be defined.
###Properties
- color [String] - sets the color of the storybook container.
- url [String] - sets the background image of the storybook container.
###JSON Example background: { color: "#ababab", url: "images/circles-background.png" }