--- page.tpl.php.old	2006-12-01 00:53:38.000000000 +0300
+++ page.tpl.php	2007-09-24 18:44:38.000000000 +0400
@@ -6,6 +6,17 @@
   <?php print $head; ?>
   <?php print $styles; ?>
   <?php print $scripts; ?>
+  <!--[if lt IE 7]>
+    <style type="text/css" media="all">
+	#page #container #main {  
+		overflow:hidden; 
+		height: 1%;
+	}  
+           #sidebar-right {
+		clear: right;
+	}
+</style>
+    <![endif]-->
 </head>