| 
	
	
		
		
		
		 It might be because of your import on the CSS file, why do you do that ? 
Try:  
 
<link rel="stylesheet" type="text/css" href="theme/FGSver1.5(default)/style.css"/> 
 
below title and remove 
 
<style type="text/css" title="currentStyle" media="screen"> 
	@import "http://www.arcadena.com/theme/FGSver1.5(default)/style.css"; 
</style> 
 
 
There is also a huge white empty space above your code?? 
		
	
		
		
		
		
		
	
	 |