@charset "utf-8";

/* These are just the general site styles. 
   It has nothing to do with ImageFlow
========================================== */
@media screen, projection, print {
	* { 
		font-family: "Times New Roman", Times, serif;
	}
	html {
		height: 100%;
		width:100%;
		overflow:auto;
	}
	body {
		color:#666666;
		background-color:#ffffff;
		font-size:0.8em;
		line-height:1.4em;
		padding:1em 0;
		margin:0;
	}
	a {
		color:#666666;
		font-weight:bold;
	}
	h1 {
		font-size: 3.2em;
		text-align:center;
		font-weight: normal;
		margin:30px 0px 0px 0px;
		color:#999999;
	}
	
	h2 {
		font-size: 1.8em;
		text-align:center;
		font-weight: normal;
		margin:0px;
		padding: 0px;
		color:#999999;
		line-height: 1.4em;
		position: relative;
		top: -50px;
	}
	
	div.bottom {
		position: relative;
		top: -105px;
		text-align:center;
		margin:0px;
		padding:0px;
	}
}
