diff --git a/examples/logo/logo.html b/examples/logo/logo.html
new file mode 100644
index 00000000..12ced1a0
--- /dev/null
+++ b/examples/logo/logo.html
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+ un
+ {
+ ob:tru-sive;
+ }
+
+
+ un
+ {
+ ob:tru-sive;
+ }
+
+
+ un
+ {
+ ob:tru-sive;
+ }
+
+
+ un
+ {
+ ob:tru-sive;
+ }
+
+
+
+
diff --git a/examples/logo/src/ie.sass b/examples/logo/src/ie.sass
new file mode 100644
index 00000000..b38d08b4
--- /dev/null
+++ b/examples/logo/src/ie.sass
@@ -0,0 +1,6 @@
+/*
+ Welcome to Compass. Use this file to write IE specific override styles.
+ Import this file using the following HTML or equivalent:
+
diff --git a/examples/logo/src/print.sass b/examples/logo/src/print.sass
new file mode 100644
index 00000000..34991cab
--- /dev/null
+++ b/examples/logo/src/print.sass
@@ -0,0 +1,6 @@
+/*
+ Welcome to Compass. Use this file to define print styles.
+ Import this file using the following HTML or equivalent:
+
+
+
diff --git a/examples/logo/src/screen.sass b/examples/logo/src/screen.sass
new file mode 100644
index 00000000..d4cff66f
--- /dev/null
+++ b/examples/logo/src/screen.sass
@@ -0,0 +1,29 @@
+/*
+ Welcome to Compass.
+ In this file you should write your main styles. (or centralize your imports)
+ Import this file using the following HTML or equivalent:
+
+
+@import compass/reset.sass
+@import compass/misc.sass
+
+#logo-large,
+#logo-medium,
+#logo,
+#logo-small
+ :text-align center
+ :margin
+ :bottom 40px
+
+#logo-large
+ +unobtrusive-logo(3em)
+ :margin-top 20px
+
+#logo-medium
+ +unobtrusive-logo(2em)
+
+#logo
+ +unobtrusive-logo
+
+#logo-small
+ +unobtrusive-logo(0.5em)