diff --git a/e107_admin/footer.php b/e107_admin/footer.php
index b193a4666..d71bbc423 100644
--- a/e107_admin/footer.php
+++ b/e107_admin/footer.php
@@ -172,7 +172,7 @@ if (varset($e107_popup) != 1)
 	}
 	else
 	{
-		echo($rinfo ? "\n<div class='e-footer-info center' style='margin-top:10px'>{$rinfo}</div>\n" : "");
+		echo($rinfo ? "\n<div class='e-footer-info muted center' style='padding-bottom:20px; margin-top:10px'><small>{$rinfo}</small></div>\n" : "");
 	}
 	
 } // End of regular-page footer (the above NOT done for popups)
diff --git a/e107_core/templates/footer_default.php b/e107_core/templates/footer_default.php
index c9994189e..85d65a9a6 100644
--- a/e107_core/templates/footer_default.php
+++ b/e107_core/templates/footer_default.php
@@ -161,7 +161,7 @@ if (varset($e107_popup) != 1)
 	}
 	else
 	{
-		echo($rinfo ? "\n<div class='e-footer-info smalltext'><small>{$rinfo}</small></div>\n" : "");
+		echo($rinfo ? "\n<div class='e-footer-info muted smalltext'><small>{$rinfo}</small></div>\n" : "");
 	}
 	
 } // End of regular-page footer (the above NOT done for popups)
@@ -320,7 +320,7 @@ unset($uclist, $bcache);
 
 $show = deftrue('e_POWEREDBY_DISABLE') ? "none" : "block"; // Let search engines find us to increase e107.org ranking - even if hidden. 
 //XXX Must not contain IDs or Classes 	
-echo "<div style='text-align:center; display:".$show."; position: absolute; width:99%; height:20px; margin-top:-30px; z-index:30000; opacity:1.0; color: silver'>Proudly powered by <a style='color:silver' href='http://e107.org/' title='e107 Content Management System'>e107</a></div>";
+// echo "<div style='text-align:center; display:".$show."; position: absolute; width:99%; height:20px; margin-top:-30px; z-index:30000; opacity:1.0; color: silver'>Proudly powered by <a style='color:silver' href='http://e107.org/' title='e107 Content Management System'>e107</a></div>";
 unset($show);
 echo "\n</body>\n</html>";
 
diff --git a/e107_web/css/e107.css b/e107_web/css/e107.css
index fe5935e11..a555faa95 100644
--- a/e107_web/css/e107.css
+++ b/e107_web/css/e107.css
@@ -20,6 +20,8 @@
 .clear-l { clear: right }
 .clear-r { clear: left }
 
+.e-footer-info	{ margin-top:10px; padding:20px; text-align: center }
+
 td.text-center { text-align:center; }
 
 /* Core Icons */