@charset "utf-8";

/* These are just the general site styles. 
   It has nothing to do with ImageFlow
========================================== */
@media screen, projection, print {
	* { 
		font-family:verdana, arial, helvetica, sans-serif;
		font-size:100.01%;
	}
	html {
		height:100%;
		width:100%;		
		top:0;
		bottom:0;
		left:0;
		right:0;
	}
	body {
		color:#222222;
		background:url(img/PSP_Background.jpg) center center fixed;
		-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

		background-repeat:no-repeat;
		font-size:0.8em;
		line-height:1.4em;
		padding:0px;
		margin:auto;
		top:0;
		bottom:0;
		left:0;
		right:0;
		width:100%;
		height:100%;
		min-height: 100%;
        min-width: 100%;

		
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
	}
	a {
		color:#fff;
	}
	h1 {
		font-size:2.2em;
		text-align:center;
		margin:0.4em 0 1.3em 0;
	}
}
