diff --git a/css/screen.css b/css/screen.css
index e1bfb74df..54e52bceb 100644
--- a/css/screen.css
+++ b/css/screen.css
@@ -220,6 +220,18 @@ blockquote {
CONTENT
------------------------------ */
+#content img.left {
+ float: left;
+ width: 275px;
+ height: 275px;
+}
+
+#content img.right {
+ float: right;
+ width: 275px;
+ height: 275px;
+}
+
.guide h1 {
margin-left: 0;
margin-top: 5px;
diff --git a/index.md b/index.md
index 2c8f86d72..48f597565 100644
--- a/index.md
+++ b/index.md
@@ -2,6 +2,9 @@
layout: default
title: Welcome
---
+
+
+
Vagrant is a tool set out to **change the way web developers work**.
Vagrant quickly and seamlessly builds and provisions virtual machines for
@@ -12,6 +15,11 @@ Vagrant allows ports to be forwarded so you can still test a web service, for ex
by forwarding the virtual machine's port 80 to some port on the host machine and
visiting it in any browser.
+Are you ready to use vagrant to revolutionize the way you work? Check out
+the [getting started guide](/docs/getting_started.html).
+
+