[style] Style Fixes for Home Page
diff --git a/setup/doctype/company/company.py b/setup/doctype/company/company.py
index 03ab439..1835bf9 100644
--- a/setup/doctype/company/company.py
+++ b/setup/doctype/company/company.py
@@ -94,6 +94,7 @@
 				})
 				website_settings.save()
 				style_settings = webnotes.bean("Style Settings", "Style Settings")
+				style_settings.doc.top_bar_background = "F2F2F2"
 				style_settings.doc.font_size = "15px"
 				style_settings.save()
 
diff --git a/setup/doctype/company/sample_home_page.html b/setup/doctype/company/sample_home_page.html
index 32e58bd..d6a0519 100644
--- a/setup/doctype/company/sample_home_page.html
+++ b/setup/doctype/company/sample_home_page.html
@@ -1,4 +1,4 @@
-<h2 style="text-align: center;"><i class="icon-home"></i> Sample Home Page</h2>
+<h2><i class="icon-home"></i> Sample Home Page</h2>
 <br>
 <p>This is a sample home page for your company <b>%(name)s's</b> website. This was 
 	created from the Website Module inside ERPNext. ERPNext provides you with simple 
@@ -19,4 +19,7 @@
 	<a href="https://erpnext.com" target="_blank">erpnext.com</a> 
 	website is built on ERPNext itself.</p>
 
-<p class="text-muted">For more help, click here</p>
+<p><a href="login" class="btn btn-primary">Login to your Account</a><p>
+
+<p class="text-muted pull-right">For more help, <a href="http://erpnext.org" target="_blank">
+	click here</a></p>