Fifth attempt
diff --git a/index.php b/index.php
index 6b9fc52..143adc7 100755
--- a/index.php
+++ b/index.php
@@ -45,6 +45,11 @@
 # Paste your HTML content between the EOHTML markers!	
 $html = <<<EOHTML
 
+<script>
+if(/MSIE \d|Trident.*rv:/.test(navigator.userAgent))
+document.getElementById("novaContent").style.backgroundColor = '#FFFFFF';
+</script> 
+
 <div id="maincontent">
 
     <div id="midcolumn">
@@ -107,14 +112,13 @@
 		
 	<div id="rightcolumn">
 	<div class="sideitem">
-		<div class="sideitem">
 		<h6>Incubation</h6>
 		<div align="center"><a href="/projects/what-is-incubation.php"><img align="center" src="egg-incubation.png" border="0" alt="Incubation" /></a></div>
-		</div>
 	</div>
 	</div>
-</div>
 
+
+</div>
 EOHTML;
 
 # Generate the web page