@charset "utf-8";

/* These are just the general site styles. 
   It has nothing to do with ImageFlow
========================================== */
@media screen, projection, print {
	* { 
		font-family: Verdana;
		font-size:15px;
	}
	html {
		height:100%;
		width:100%;
	}
	body {
		color:#ffba71;
		background-color:#150001;
		font-size:0.8em;
		line-height:1.4em;
		padding:1em 0;
		margin:0;
	}
	a {
		color:#ffba71;
	}
}

