diff --git a/demo/simple.css b/demo/simple.css
index ac23eeed..16820530 100644
--- a/demo/simple.css
+++ b/demo/simple.css
@@ -1,5 +1,5 @@
 body {
-    background-color: #eae6d1;
+    background-color: #333;
     font-family: sans-serif;
 }
 canvas {
@@ -16,25 +16,6 @@ canvas.pixelated {
     image-rendering: pixelated;
     -ms-interpolation-mode: nearest-neighbor;
 }
-label {
-    padding-right: 3em;
-}
-div#sqHeader {
-    position: fixed;
-    top: 0;
-    left: 0;
-    right: 0;
-    padding: 10px;
-    border-bottom: 6px double gray;
-}
-div#sqFooter {
-    position: fixed;
-    left: 0;
-    right: 0;
-    bottom: 0;
-    padding: 10px;
-    border-top: 6px double gray;
-}
 div#sqSpinner {
     position: fixed;
     margin: auto; top: 0; left: 0; bottom: 0; right: 0;
diff --git a/demo/simple.html b/demo/simple.html
index 56b8f76c..e4b23066 100644
--- a/demo/simple.html
+++ b/demo/simple.html
@@ -30,7 +30,6 @@
 
-    
-    
     Run SqueakJS apps 
         The apps are configured to use template files (e.g. example projects and artwork)
         that are loaded from a server on demand.
         
diff --git a/scratch/index.html b/scratch/index.html
index fb77c1df..b17ddc46 100644
--- a/scratch/index.html
+++ b/scratch/index.html
@@ -30,7 +30,6 @@