Index: page.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/alek_2_0/Attic/page.tpl.php,v
retrieving revision 1.1.4.3
diff -u -r1.1.4.3 page.tpl.php
--- page.tpl.php	29 Apr 2009 17:37:39 -0000	1.1.4.3
+++ page.tpl.php	19 May 2009 02:43:06 -0000
@@ -83,10 +83,9 @@
 	        <a href="<?php print $GLOBALS['base_url'] ?>/rss.xml" title="Syndication"><acronym title="Really Simple Syndication">RSS</acronym></a>, 
 		      <a href="http://validator.w3.org/check?uri=referer" title="Valid XHTML"><acronym title="eXtensible Hyper Text Markup Language">XHTML</acronym></a>, 
 		      <a href="http://jigsaw.w3.org/css-validator/check/referer" title="Valid CSS"><acronym title="Cascading Style Sheet">CSS</acronym></a>
-          <?php if (!empty($footer)) { ?> | <?php print $footer ?><?php } ?>
         </p>
 	      <div class="seoposition">
-	        <a href="http://www.seoposition.com/drupal-development/custom-drupal-cms-development.html">Drupal Themes Design</a> by SEOposition.com
+	        <?php print $footer_message ?>
 	      </div>
       </div>
     </div>
Index: style.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/alek_2_0/Attic/style.css,v
retrieving revision 1.1.4.2
diff -u -r1.1.4.2 style.css
--- style.css	13 Jan 2008 23:47:31 -0000	1.1.4.2
+++ style.css	19 May 2009 02:43:06 -0000
@@ -649,8 +649,17 @@
 
 /*\ IE/Win min height hack */ 
 * html .FooterContain { height: 370px;} /* */ 
-.FooterContain { width: 950px; /* set min-width for IE */ min-width: 100%; /* sets min-width value for all standards-compliant browsers */
- background: #31363E; clear: both; min-height: 370px; margin-top: 1em; padding: 12px 0px 0px 0px; border-top: 10px solid #3D4249;}
+.FooterContain {
+  width: 950px; /* set min-width for IE */
+  min-width: 100%; /* sets min-width value for all standards-compliant browsers */
+  background: #31363E;
+  clear: both;
+  min-height: 50px;
+  margin-top: 1em;
+  padding: 12px 0px 0px 0px;
+  border-top: 10px solid #3D4249;
+  overflow:auto;
+}
 .Footer { width: 950px; margin: 0 auto; color: #E6E6E6; clear: both;} 
 .Footer h2 { font-size: 20px; letter-spacing: -1px; font-weight: normal; color: #E6E6E6; padding: 15px 0px 10px 0px; margin: 0px; border-bottom: solid 5px #484E56; } 
 
