*** empty log message ***
diff --git a/projects.php b/projects.php
index de7c53e..5d9e61a 100644
--- a/projects.php
+++ b/projects.php
@@ -41,6 +41,7 @@
 					<li class="last"><a href="wanted.php">The Indigo 500</a></li>
 				</ul>
 			</div>
+			<div id="window">
 			<table>
 	<?php 
 	$count = 0;
@@ -80,6 +81,7 @@
 
 			
 			</table>			
+			</div>
 		</div>
 	</div>
 	<?
diff --git a/style.css b/style.css
index 9275669..cd9cb33 100644
--- a/style.css
+++ b/style.css
@@ -22,4 +22,6 @@
 			}
 			
 #nav ul li:hover { background: #9ad9ff url('images/menubg.png'); }
-#nav ul li a { color:#333; font-size:16px; text-decoration:none;font-weight:bold;font-family:Arial;} 
\ No newline at end of file
+#nav ul li a { color:#333; font-size:16px; text-decoration:none;font-weight:bold;font-family:Arial;}
+
+#window { height:350px; width:700px;  overflow-y:scroll; }
\ No newline at end of file