Position fine-tuning
diff --git a/pages/otj_java8.html b/pages/otj_java8.html
index 408538e..de488aa 100644
--- a/pages/otj_java8.html
+++ b/pages/otj_java8.html
@@ -43,7 +43,7 @@
 	background-position:15px 20px;width:790px;height:695px;">
 	<h1 style="position:relative; top:0px;height:36px; text-align:center;">OT/J on Java 8 is …</h1>
 	<h2 style="position:relative; left:170px; top:0px;height:24px;">Composition:</h2>
-	<div style="position:relative; left:30px; top:17px; width:380px;height:300px;font-size:16px;">
+	<div style="position:relative; left:30px; top:19px; width:380px;height:300px;font-size:16px;">
 		The essence of object-oriented programming is to compose a system from a possibly large number of interacting classes and objects.
 		<p>
 		Since version 1.1, <b class="orange">Java</b> has not seen any enhancements for this task.
@@ -60,13 +60,13 @@
 		display:block;transform:rotate(-90deg);
 		-ms-transform:rotate(-90deg);
 		-webkit-transform:rotate(-90deg);">Algorithms:</h2>
-	<div style="position:relative; left:520px; top:-202px; width:245px;font-size:16px;">
+	<div style="position:relative; left:520px; top:-199px; width:245px;font-size:16px;">
 		<a class="orange" href="http://wiki.eclipse.org/OTJ">OT/J</a> is agnostic to how algorithms are encoded (programming in the small),<br/>
 		but you may leverage lambda expressions from <b class="orange">Java 8</b> in your OT/J programs for that touch
 		of <b>functional programming</b>.
 	</div>
 	<h2 style="position:relative; left:156px; top:-140px;">	Types:</h2>
-	<div style="position:relative; left:270px; top:-194px; width:480px;font-size:16px;">
+	<div style="position:relative; left:270px; top:-190px; width:480px;font-size:16px;">
 		A rich type system is key for attaching <b>semantics</b> to the elements of your program.
 		<ul>
 			<li style="margin-left:-12px;"><b class="orange">Java 8</b> features …<br/>