@charset "utf-8";

/* These are just the general site styles. 
   It has nothing to do with ImageFlow
========================================== */
@media screen, projection, print {
	* { 
		font-family:arial;
		
	}
	
	
	body {
		color:#fff;
		background: url(img/Index_03.jpg);
		
	}
	
}