diff --git a/index.html b/index.html
index 3a263af2a..b2ae46269 100644
--- a/index.html
+++ b/index.html
@@ -57,6 +57,11 @@
Video JS is a javascript-based video player that uses the HTML5 video functionality built into advanced browsers. In general, the benefit of using an HTML5 player is a consistent look between browsers.
+
+
Features
diff --git a/stylesheets/site.css b/stylesheets/site.css
index 7af71c199..26434e48e 100644
--- a/stylesheets/site.css
+++ b/stylesheets/site.css
@@ -17,6 +17,8 @@ ul#nav li a { color: #fff; text-decoration: none; }
.video-js-box { margin-bottom: 0; background-color: #000; }
p#video_note { margin-bottom: 20px; font-size: 100%; line-height: 20px; color: #999; text-align: center; }
+p#sponsor { font-size: 10px; }
+
#features_and_support { }
#features { width: 300px; float: left; }
ul#feature_list { display: block; margin: 0; padding: 0; }