diff --git a/client/css/style.css b/client/css/style.css
index f2fdffb..dc685b8 100644
--- a/client/css/style.css
+++ b/client/css/style.css
@@ -479,6 +479,10 @@ input:hover {
color: #333;
}
+#marker {
+ position: absolute; bottom: 0; right: 70px;
+}
+
diff --git a/client/images/marker-and-eraser.png b/client/images/marker-and-eraser.png
new file mode 100644
index 0000000..5fe6a6d
Binary files /dev/null and b/client/images/marker-and-eraser.png differ
diff --git a/views/index.jade b/views/index.jade
index f19cfb3..10de26c 100644
--- a/views/index.jade
+++ b/views/index.jade
@@ -6,6 +6,7 @@ h1 scrumblr by al
div.board-outline
div#board
div#board-doodles
+ image#marker(src='/images/marker-and-eraser.png', width='259', height='20')
table#board-table.board-table