*** empty log message ***
diff --git a/friends.php b/friends.php
index 3a351c7..5831a9b 100644
--- a/friends.php
+++ b/friends.php
@@ -39,7 +39,7 @@
 					<div class="wrapper">
 						<p>For a US$35 contribution, you can become a Friend of Eclipse.  As a special thank you, Friends will get early access to the <a href="/indigo/">Indigo release</a>, direct from the download server at the Eclipse Foundation.  Your contribution will also help support the Eclipse community.</p>
 					</div>
-					<div class="wrapper">
+					<div class="wrapper spacing">
 						<div class="star"><img src='images/icons/star.png'/></div>	
 						<a class="donate" href="/donate">Donate Now!</a>
 					</div>
diff --git a/style.css b/style.css
index 9086b3c..47aa4ed 100644
--- a/style.css
+++ b/style.css
@@ -75,8 +75,9 @@
 }
 
 h1.wanted {
+	margin-top:20px;
 	font-size:30px;
-	margin-bottom:10px;
+	margin-bottom:20px;
 	text-shadow:0px 0px 3px #9ad9ff;
 }
 
@@ -133,14 +134,16 @@
 	text-align:right;
 	
 }
+.spacing { margin-top:40px; }
 
 .progressBar {
+	
 	height:25px;
 	width:925px;
 	clear:both;
 	background:#1f5f86;
 	background-color:rgba(154, 217,255, 0.2);
-	margin:30px 0;
+	margin:30px 0 30px;
 	
 }