*** empty log message ***
diff --git a/allfriends.php b/allfriends.php
index 3ccf495..e2ce498 100644
--- a/allfriends.php
+++ b/allfriends.php
@@ -22,10 +22,13 @@
 	ob_start();
 	?>
 	<div id="fullcolumn"  class="heliosBlank clearfix">
-		<ul><?=sideDonorList(500, FALSE);?><ul>
+		<div class="monolith">
+			<?=sideDonorList(500, FALSE);?>
+		</div>
 	</div>
 	<?
 	$html = ob_get_clean();
+	$html = mb_convert_encoding($html, "HTML-ENTITIES", 'auto');
 	$App->AddExtraHtmlHeader('<link type="text/css" href="/helios/style.css" rel="stylesheet"/>');
 	# Generate the web page
 	$App->generatePage($theme, $Menu, NULL, $pageAuthor, $pageKeywords, $pageTitle, $html);
diff --git a/style.css b/style.css
index b986538..e068324 100644
--- a/style.css
+++ b/style.css
@@ -192,4 +192,9 @@
 	font-size:20px;
 	color:#FFC600;
 	font-weight:bold;
+}
+
+.monolith {
+	width:700px;
+	margin: 0px auto;	
 }
\ No newline at end of file