diff --git a/.gitignore b/.gitignore
index f9b1c97..a7b7273 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,8 @@ node_modules/
# Build Artifacts
*.css
*.min.html
+*.7z
+*.zip
+*.tar
+*.gz
+*.rar
diff --git a/compile.cmd b/compile.cmd
index aaea608..56b762d 100644
--- a/compile.cmd
+++ b/compile.cmd
@@ -35,6 +35,21 @@ cd /d %~dp0
copy ".\bkgds\*.png" ".\htdocs\css\"
popd
+:sass-assets
+echo Copying assets...
+pushd %CD%
+cd /d %~dp0
+copy ".\bkgds\*.png" ".\htdocs\css\"
+popd
+
+:sass-compress
+echo Compressing assets...
+pushd %CD%
+cd /d %~dp0\htdocs\css
+7z a -t7z -mx=9 nibblepoker.css.7z nibblepoker.min.css *.png
+7z a -tzip -mx=9 nibblepoker.css.zip nibblepoker.min.css *.png
+popd
+
:sass-end
diff --git a/htdocs/css/bright-squares-p100-0.125.png b/htdocs/css/bright-squares-p100-0.125.png
deleted file mode 100644
index ca6f598..0000000
Binary files a/htdocs/css/bright-squares-p100-0.125.png and /dev/null differ
diff --git a/htdocs/index.php b/htdocs/index.php
index 00f2d5c..46fd252 100644
--- a/htdocs/index.php
+++ b/htdocs/index.php
@@ -82,8 +82,11 @@
-
-
+
+
+
+
+
@@ -117,5 +120,6 @@
+