--- style.css	2008-03-06 03:53:05.000000000 -0300
+++ style.css	2008-07-24 00:35:31.000000000 -0300
@@ -1346,3 +1346,49 @@
 #footer2 a {
   color: #ddd;  
 }
+
+/* Download buttons */
+a.download-link {
+  width: 200px;
+  height: 75px;
+  background: #5bb521 url(download-button.png) left top no-repeat;
+  color: #fff;
+  display: block;
+  text-decoration: none;
+  position: relative;
+  font-size: 1.2em;
+  margin: 0 .5em .5em .5em;
+}
+a.download-link:hover {
+  background-position: -205px top;
+}
+a.download-link strong {
+  margin: 0;
+  position: absolute;
+  top: 17px;
+  left: 60px;
+  font-size: 1.25em;
+}
+a.download-link em {
+  margin: 0;
+  position: absolute;
+  top: 37px;
+  left: 60px;
+  font-size: .7em;
+  font-style: normal;
+  font-weight: normal;
+  display: block;
+}
+a.download-link abbr {
+  border: 0;
+  cursor: help;
+}
+#content .download-links {
+  float: right;
+  clear: right;
+}
+#content .download-links a {
+  color: #fff;
+  text-decoration: none;
+}
+
