Index: trunk/src/web-app/css/main.css
===================================================================
--- trunk/src/web-app/css/main.css	(revision 37)
+++ trunk/src/web-app/css/main.css	(revision 38)
@@ -279,2 +279,8 @@
     padding-left: 28px;
 }
+
+#bottom {
+  background: url("../images/bottomBg.png") no-repeat scroll center;
+  width: 1020px;
+  height: 100px;
+}
Index: trunk/src/web-app/css/public.css
===================================================================
--- trunk/src/web-app/css/public.css	(revision 37)
+++ trunk/src/web-app/css/public.css	(revision 38)
@@ -299,2 +299,8 @@
     padding-left: 28px;
 }
+
+#bottom {
+  background: url("../images/bottomBg.png") no-repeat scroll center;
+  width: 1020px;
+  height: 100px;
+}
