diff -urpN themes/bartik/css/ie.css themes/bartik/css/ie.css
--- themes/bartik/css/ie.css	2010-07-06 01:25:51.000000000 -0400
+++ themes/bartik/css/ie.css	2010-08-02 08:52:32.995289851 -0400
@@ -22,3 +22,6 @@ fieldset legend {
 #footer-wrapper #footer .block {
   height: 100%;
 }
+#block-system-main .node-sticky {
+  background-color: #F9F9F9;
+}
diff -urpN themes/bartik/css/style.css themes/bartik/css/style.css
--- themes/bartik/css/style.css	2010-08-01 15:43:51.000000000 -0400
+++ themes/bartik/css/style.css	2010-08-02 08:51:37.075286119 -0400
@@ -444,6 +444,12 @@ h1#page-title,
   font-size: 137%;
   line-height: 1.4em;
 }
+#block-system-main .node-sticky {
+  background-color: #F9F9F9;
+  background-color: rgba(0, 0, 0, 0.024);
+  border: 1px solid #D3D7D9;
+  padding: 15px;
+}
 #block-system-main .node-teaser h2 a {
   color: #181818;
 }
