diff --git a/css/pf2016.css b/css/pf2016.css
new file mode 100644
index 0000000..cf69813
--- /dev/null
+++ b/css/pf2016.css
@@ -0,0 +1,3 @@
+body {
+ background-color: #121d35;
+}
\ No newline at end of file
diff --git a/index.html b/index.html
index eae4784..4b6dd7e 100644
--- a/index.html
+++ b/index.html
@@ -6,6 +6,8 @@
+
+
@@ -387,6 +389,7 @@ var gameOptions = {
height: 600
};
var game = new Kiwi.Game(null, 'PF 2016', levelSelectorState, gameOptions);
+game.stage.color = "121d35";
game.levelIndex = 0;
game.states.addState(state);