added related page and other cleanups
diff --git a/erpnext/website/css/website.css b/erpnext/website/css/website.css
index c653c3b..146599b 100644
--- a/erpnext/website/css/website.css
+++ b/erpnext/website/css/website.css
@@ -3,6 +3,10 @@
 	margin: auto;
 }
 
+.layout_wrapper {
+	padding: 20px;
+}
+
 footer {
 	width: 900px;
 	margin: auto;
@@ -12,6 +16,11 @@
 	margin: auto;
 }
 
+.web-home-banner {
+	width: 860px; 
+	margin-bottom: 20px
+}
+
 .web-content input[type="text"], .web-content input[type="password"], .web-content select {
 	min-width: 180px;
 }