@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%;	}	body {	background-color:#000;	margin:0;	padding-top: 5px;	padding-right: 0em;	padding-bottom: 0em;	padding-left: 0em;	background-image: url(img/body_bg.png);	background-repeat: no-repeat;	background-position: center top;	}	a {		color:#fff;	}	h1 {	font-size:9px;	text-align:center;	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Grande", Tahoma, "Century Gothic", "Courier New", Courier, Geneva;	font-weight: normal;	color: #000000;	padding-top: 0px;	padding-right: 0px;	padding-bottom: 10px;	padding-left: 0px;	}}.up {	background-color: #dfdc00;	height: 30px;}