modified footer to be centered and slightly smaller text
diff --git a/src/main/jbake/assets/res/css/site.css b/src/main/jbake/assets/res/css/site.css
index bdf41af..38b7e5d 100644
--- a/src/main/jbake/assets/res/css/site.css
+++ b/src/main/jbake/assets/res/css/site.css
@@ -1,5 +1,5 @@
 body {
-    background-color: #fcfcfc;
+    background-color: #fff;
     color: #3b3b3b;
 }
 
@@ -33,7 +33,6 @@
 
 .sidemenu {
     border-top: 10px solid #f9bb00;
-    background-color: #fcfcfc
 }
 
 .sidemenu ul,.sidemenu p {
@@ -64,10 +63,6 @@
 
 .note
 {
-/*
-    background-color: #FFFFCE;
-    border: 1px solid #F0C000;
-*/
     border: 1px solid #f0c000;
 	background: #ffffce url('icons/warning.gif') no-repeat 5px 5px;
 	text-align: left;
@@ -78,10 +73,6 @@
 
 .warning
 {
-/*
-    background-color: #FFCCCC;
-    border: 1px solid #CC0000;
-*/
     border: 1px solid #f0c000;
 	background: #ffffce url('icons/forbidden.gif') no-repeat 5px 5px;
 	text-align: left;
@@ -92,10 +83,6 @@
 
 .info
 {
-/*
-    background-color: #D8E4F1;
-    border: 1px solid #3C78B5;
-*/
     border: 1px solid #3c78b5;
 	background: #D8E4F1 url('icons/information.gif') no-repeat 5px 5px;
 	text-align: left;
@@ -106,10 +93,6 @@
 
 .tip
 {
-/*
-    background-color: #DDFFDD;
-    border: 1px solid #009900;
-*/
 	border: 1px solid #090;
 	background: #dfd url('/res/icons/check.gif') no-repeat 5px 5px;
 	text-align: left;
@@ -118,19 +101,13 @@
 	padding: 5px 5px 5px 28px;
 }
 
-/** Last modification information at the botton of each page */
+/** Last modification information at the bottom of each page */
 .timestamp {
     margin-top: 30px;
     font-size: 80%;
     text-align: right;
 }
 
-.footer {
-    font-size: 80%;
-    font-style: italic;
-    margin-top: 10px;
-    text-align: left;
-}
 
 .draft {
 	font-size:150%;
@@ -148,7 +125,7 @@
 }
 
 .content pre {
-    background-color: #fcfcfc;
+    background-color: #fff;
 }
 
 .content pre code {
diff --git a/src/main/jbake/templates/layout/main.tpl b/src/main/jbake/templates/layout/main.tpl
index 6ff626f..61def05 100644
--- a/src/main/jbake/templates/layout/main.tpl
+++ b/src/main/jbake/templates/layout/main.tpl
@@ -36,8 +36,10 @@
             }
         }//columns
         footer(class:"footer") {
-            lastModified()
-            include template: 'footer.tpl'
+            div(class:"content has-text-centered is-small"){
+                lastModified()
+                include template: 'footer.tpl'
+            }
         }
     }
     }//body