diff --git a/web/dynmap_style.css b/web/dynmap_style.css
index 0f9c88ff..b25a4e4c 100644
--- a/web/dynmap_style.css
+++ b/web/dynmap_style.css
@@ -2,23 +2,6 @@
* Page setup
*/
-html {
- height: 100%
-}
-
-body {
- height: 100%;
-
- font-family: sans-serif;
- font-size: 11px;
-
- color: #fff;
- background: #000;
-
- margin: 0px;
- padding: 0px ;
-}
-
.dynmap .map .tile img, img {
image-rendering: -moz-crisp-edges;
-ms-interpolation-mode: nearest-neighbor;
@@ -539,8 +522,4 @@ body {
position: relative;
top: -3px;
left: 0px;
-}
-
-/* Chat Balloons */
-
-#content { color: #000; }
\ No newline at end of file
+}
\ No newline at end of file
diff --git a/web/index.html b/web/index.html
index 6f57c402..d87bcf22 100644
--- a/web/index.html
+++ b/web/index.html
@@ -10,6 +10,7 @@
+
diff --git a/web/standalone.css b/web/standalone.css
new file mode 100644
index 00000000..f8eed6e1
--- /dev/null
+++ b/web/standalone.css
@@ -0,0 +1,24 @@
+/*******************
+ * Page setup
+ */
+
+html {
+ height: 100%
+}
+
+body {
+ height: 100%;
+
+ font-family: sans-serif;
+ font-size: 11px;
+
+ color: #fff;
+ background: #000;
+
+ margin: 0px;
+ padding: 0px ;
+}
+
+/* Chat Balloons */
+
+#content { color: #000; }
\ No newline at end of file