diff --git a/demo.html b/demo.html
new file mode 100644
index 0000000..1210d0b
--- /dev/null
+++ b/demo.html
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ | Last Name |
+ First Name |
+ Email |
+ Due |
+ Web Site |
+
+
+
+
+ | Smith |
+ John |
+ jsmith@gmail.com |
+ $50.00 |
+ http://www.jsmith.com |
+
+
+ | Bach |
+ Frank |
+ fbach@yahoo.com |
+ $50.00 |
+ http://www.frank.com |
+
+
+ | Doe |
+ Jason |
+ jdoe@hotmail.com |
+ $100.00 |
+ http://www.jdoe.com |
+
+
+ | Conway |
+ Tim |
+ tconway@earthlink.net |
+ $50.00 |
+ http://www.timconway.com |
+
+
+
+
+
diff --git a/demo.html~ b/demo.html~
new file mode 100644
index 0000000..1210d0b
--- /dev/null
+++ b/demo.html~
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ | Last Name |
+ First Name |
+ Email |
+ Due |
+ Web Site |
+
+
+
+
+ | Smith |
+ John |
+ jsmith@gmail.com |
+ $50.00 |
+ http://www.jsmith.com |
+
+
+ | Bach |
+ Frank |
+ fbach@yahoo.com |
+ $50.00 |
+ http://www.frank.com |
+
+
+ | Doe |
+ Jason |
+ jdoe@hotmail.com |
+ $100.00 |
+ http://www.jdoe.com |
+
+
+ | Conway |
+ Tim |
+ tconway@earthlink.net |
+ $50.00 |
+ http://www.timconway.com |
+
+
+
+
+
diff --git a/themes/blue/style.css b/themes/blue/style.css
index eb41f70..f8f9f62 100644
--- a/themes/blue/style.css
+++ b/themes/blue/style.css
@@ -13,7 +13,8 @@ table.tablesorter thead tr th, table.tablesorter tfoot tr th {
font-size: 8pt;
padding: 4px;
}
-table.tablesorter thead tr .header {
+table.tablesorter thead th {
+
background-image: url(bg.gif);
background-repeat: no-repeat;
background-position: center right;