diff --git a/chrome/chromeFiles/content/scholar/about.xul b/chrome/chromeFiles/content/scholar/about.xul
new file mode 100644
index 000000000..db749690b
--- /dev/null
+++ b/chrome/chromeFiles/content/scholar/about.xul
@@ -0,0 +1,52 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/chrome/chromeFiles/content/scholar/overlay.xul b/chrome/chromeFiles/content/scholar/overlay.xul
index 8ead9d2c4..991037d51 100644
--- a/chrome/chromeFiles/content/scholar/overlay.xul
+++ b/chrome/chromeFiles/content/scholar/overlay.xul
@@ -39,6 +39,7 @@
+
diff --git a/chrome/chromeFiles/skin/default/scholar/about.css b/chrome/chromeFiles/skin/default/scholar/about.css
new file mode 100644
index 000000000..cbc6213e4
--- /dev/null
+++ b/chrome/chromeFiles/skin/default/scholar/about.css
@@ -0,0 +1,35 @@
+dialog
+{
+ padding-top: 0px;
+ padding-left: 0px;
+ padding-right: 0px;
+}
+
+#aboutcontent
+{
+ background: white;
+ padding: 10px;
+}
+
+#name
+{
+ font-size: large;
+ font-weight: bold;
+}
+
+#version
+{
+ color: gray;
+ margin-bottom: 5px;
+}
+
+.subhead
+{
+ margin-top: 5px;
+ font-weight: bold;
+}
+
+.subcontent
+{
+ margin-left: 10px;
+}
\ No newline at end of file
diff --git a/install.rdf b/install.rdf
index 66292f76c..53613fd19 100644
--- a/install.rdf
+++ b/install.rdf
@@ -16,7 +16,7 @@
Dan Stillman
http://chnm.gmu.edu/tools/firefoxscholar/
chrome://scholar/content/preferences.xul
-
+ chrome://scholar/content/about.xul
http://chnm.gmu.edu/firefoxscholar/download/update-svn.rdf
2