diff --git a/docs/_layouts/global.html b/docs/_layouts/global.html
index 8af3537c6ec7e31883f875a17c726796609cc3fd..94d0deb27fa9eb90fce71b142f5c878410153007 100755
--- a/docs/_layouts/global.html
+++ b/docs/_layouts/global.html
@@ -38,7 +38,7 @@
                         <span class="icon-bar"></span>
                         <span class="icon-bar"></span>
                     </a>
-                    <a class="brand" href="{{HOME_PATH}}index.html">Spark</a>
+                    <a class="brand" href="{{HOME_PATH}}index.html"></a>
                     <div class="nav-collapse collapse">
                         <ul class="nav">
                             <!--TODO(andyk): Add class="active" attribute to li some how.-->
diff --git a/docs/css/main.css b/docs/css/main.css
index fdc08722795aa8aae647b81faf1fd05c07d22746..957e9a6285fd0a097d3cf938338c9c3e5abde790 100755
--- a/docs/css/main.css
+++ b/docs/css/main.css
@@ -1,15 +1,13 @@
----
----
 /* ==========================================================================
    Author's custom styles
    ========================================================================== */
 
-/*.brand {
-  background: url({{HOME_PATH}}img/spark-logo.jpg) no-repeat left center;
+.navbar .brand {
+  background: url(../img/spark-logo-100x40px.png) no-repeat left center;
   height: 40px;
   width: 100px;
+  padding: 0px;
 }
-*/
 
 body #content {
   line-height: 1.6; /* Inspired by Github's wiki style */
diff --git a/docs/img/spark-logo-100x40px.png b/docs/img/spark-logo-100x40px.png
new file mode 100644
index 0000000000000000000000000000000000000000..54c3187bbd752c1d55ba9030fbc730b12735c9ce
Binary files /dev/null and b/docs/img/spark-logo-100x40px.png differ