custom startup
diff --git a/erpnext/startup/startup.js b/erpnext/startup/startup.js
index 455b850..959c854 100644
--- a/erpnext/startup/startup.js
+++ b/erpnext/startup/startup.js
@@ -110,8 +110,8 @@
 	}
 
 	erpnext.set_about();
-
-	$('#startup_div').toggle(false);
+	if(wn.control_panel.custom_startup_code)
+		eval(wn.control_panel.custom_startup_code);
 }
 
 // chart of accounts
diff --git a/erpnext/website/css/website.css b/erpnext/website/css/website.css
index a68209f..eb9e6cc 100644
--- a/erpnext/website/css/website.css
+++ b/erpnext/website/css/website.css
@@ -3,7 +3,7 @@
 }
 
 div#body_div {
-	padding-top: 90px;
+	padding-top: 80px;
 	min-height: 400px;
 }