Index: trunk/wp-content/themes/xpress_default/single.php
===================================================================
--- trunk/wp-content/themes/xpress_default/single.php	(revision 146)
+++ trunk/wp-content/themes/xpress_default/single.php	(revision 147)
@@ -43,6 +43,6 @@
 			<div class="xpress-post-entry">
 				<?php the_content('<p class="serif">' . __('Read the rest of this entry &raquo;', 'xpress') . '</p>'); ?>
-				<?php wp_link_pages() ?>
 			</div>
+			<div class="xpress-link-pages"><?php wp_link_pages() ?></div>
 			<div class ="xpress-post-footer">
 				<?php
@@ -59,6 +59,7 @@
 				?>
 			</div>
-			<div class ="xpress-comments-block">
-				<?php comments_template(); ?>	
+	
+			<div id ="xpress-comments-block">
+				<?php comments_template('', true); ?>
 			</div>
 		</div>
