Index: wp-content/themes/default/header.php
===================================================================
--- wp-content/themes/default/header.php	(revision 3923)
+++ wp-content/themes/default/header.php	(working copy)
@@ -24,12 +24,13 @@
 	#page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; } 
 <?php } ?>
 	#header { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickheader.jpg") no-repeat bottom center; }
-	#footer { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickfooter.jpg") no-repeat bottom; border: none;}
+	#footer { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickfooter.jpg") no-repeat bottom left; border: none; }
+	#footer { /margin-left: 2px; }
 
 /*	Because the template is slightly different, size-wise, with images, this needs to be set here
 	If you don't want to use the template's images, you can also delete the following two lines. */
 		
-	#header 	{ margin: 0 !important; margin: 0 0 0 1px; padding: 1px; height: 198px; width: 758px; }
+	#header     { margin: 0 !important; margin: 0 0 0 2px; padding: 1px; height: 198px; width: 758px; }
 	#headerimg 	{ margin: 7px 9px 0; height: 192px; width: 740px; } 
 
 /* 	To ease the insertion of a personal header image, I have done it in such a way,
Index: wp-content/themes/default/style.css
===================================================================
--- wp-content/themes/default/style.css	(revision 3923)
+++ wp-content/themes/default/style.css	(working copy)
@@ -21,10 +21,18 @@
 	This is to ease installation inside subdirectories of a server.
 
 	Have fun, and don't be afraid to contact me if you have questions.
-*/
 
+	*** ADDITIONAL NOTES ***
+	The 1px header/footer shift was fixed by Spencer Passmore
+	http://www.vindictivebastard.net/kubrickfixed/
 
+	Included fixes as well, the search button will now appear up beside the search form in IE6, Firefox, and Opera. =) Also, the 20px footer gap is now visible in IE6, where before it wasn't. Enjoy!
 
+	For any questions about this fixed version, please see this support thread:
+	http://wordpress.org/support/topic/58467?replies
+
+*/
+
 /* Begin Typography & Colors */
 body {
 	font-size: 62.5%; /* Resets 1em to 10px */
@@ -208,7 +216,7 @@
 
 /* Begin Structure */
 body {
-	margin: 0;
+	margin: 0 0 20px 0;
 	padding: 0; 
 	}
 
@@ -449,7 +457,7 @@
 	}
 
 #sidebar #searchform #s {
-	width: 115px;
+	width: 108px;
 	padding: 2px;
 	}
 

