diff --git "a/css3pie.module" "b/css3pie.module"
index 8f91b63..98dbdc0 100644
--- "a/css3pie.module"
+++ "b/css3pie.module"
@@ -237,7 +237,7 @@ function _css3pie_build_css3pie_css() {
     }
   
     // @TODO: fix hard key search in array
-    $output .= "\n" . '{' . "\n" . '  behavior: url(' . base_path() . $css3file . ');' . "\n" . 'position:relative;' . "\n" . '}';
+    $output .= "\n" . '{' . "\n" . '  behavior: url(' . base_path() . $css3file . ');' . "\n" . '}';
   
   }
   
