@charset "utf-8";

/* These are just the general site styles. 
   It has nothing to do with ImageFlow
========================================== */
@media screen, projection, print {
	* { 
		font-family: Arial, Helvetica, sans-serif;
		font-size:small;
	}
	html {
		height:185px;
		width:700px;
	}
	body {
		color:#fff;
		font-size:80%;
		margin:0;
	}
	#wrap {
		background: url(header.jpg) top repeat-x;
		height:185px;
		width:700px;
		position:relative;
	}
}