Index: ninesixty_starterkit/styles.css
===================================================================
RCS file: ninesixty_starterkit/styles.css
diff -N ninesixty_starterkit/styles.css
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ ninesixty_starterkit/styles.css	1 Jan 1970 00:00:00 -0000
@@ -0,0 +1,10 @@
+; $Id$
+
+/**
+ * @file
+ * Provides any custom CSS for the base theme.
+ */
+
+h1#site-name {
+  margin-bottom: 0;
+}
Index: ninesixty_starterkit/ninesixty_starterkit.info
===================================================================
RCS file: ninesixty_starterkit/ninesixty_starterkit.info
diff -N ninesixty_starterkit/ninesixty_starterkit.info
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ ninesixty_starterkit/ninesixty_starterkit.info	1 Jan 1970 00:00:00 -0000
@@ -0,0 +1,36 @@
+; $Id$
+
+; Nine Sixty Starter Kit
+; ======================
+; Provides a base theme for your NineSixty sub-theme.
+
+; Instructions
+; ------------
+; 1) Copy the ninesixty_starterkit folder to sites/all/themes/[mysubtheme] .
+;    Remember to replace [mysubtheme] with your theme's name.
+
+; 2) Input the name of your theme here:
+name = 960 Grid System - Starter Kit
+
+; 3) Provide a description of the theme:
+description = A sub-theme from the NineSixty Drupal theme using the 960 Grid System.
+
+; 4) Maybe provide a screenshot:
+screenshot = screenshot.png
+
+; 5) If you want to use your own grid system, generate it at
+;    http://www.spry-soft.com/grids/ and place it at 960.css, and then uncomment
+;    the following line:
+;stylesheets[all][] = 960.css
+
+; 6) If you are debugging the grid system, comment out this line.
+stylesheets[all][] = debug.css
+
+; Theme specific styles. Any sub-themes should override this.
+stylesheets[all][] = styles/styles.css
+
+
+; You can probably ignore these settings:
+core = 6.x
+engine = phptemplate
+base theme = ninesixty
