diff --git a/footer.css b/footer.css
new file mode 100644
index 0000000..f040437
--- /dev/null
+++ b/footer.css
@@ -0,0 +1,10 @@
+footer {
+ background-repeat: repeat;
+ background-size: contain;
+ background-blend-mode: multiply;
+ }
+
+ footer table td {
+ vertical-align: middle;
+ }
+
\ No newline at end of file
diff --git a/index.html b/index.html
index 3e14b77..ed6c90d 100755
--- a/index.html
+++ b/index.html
@@ -94,6 +94,41 @@
+
+