@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%;
		margin: 0px;
	}
	body {
		color:#fff;
		background-color:#000;
		font-size:0.8em;
		line-height:1.4em;
		padding:0 0;
		margin: 0px;
		overflow:hidden;
	}
	a {
		color:#fff;
	}
	h1 {
		font-size:2.2em;
		text-align:center;
		margin:0.4em 0 1.3em 0;
	}
	#banner{
		width:100%;
		position:relative;
		padding:0px;
		top: -400px;
	}
	#slide{
		position:static;
		top:0px;
		vertical-align:middle;
		bottom:0px;
		overflow:hidden;
		float:left;
	}
	#content{
		position:relative;
		display:inline;
		overflow:hidden;
		padding-left:10%;
		padding-right:10%;
		width:80%;
		float:right;
		right: -100%;
	}
	#vite, #ente {
		display:none;
		position:relative;
		width:155px;
		height:32px;
		vertical-align:middle;
		line-height:32px;
		padding: 0px 15px 0px 15px;
		font-size:20px;
		font-weight:bold;
		float:right;
		text-align:center;
	}
	#vi, #en {
		position:relative;
		float:right;
		width: 40px;
		height: 32px;
	}
	#footer{
		padding: 10px 25% 100px 10px;
		position:fixed;
		z-index:1;
		bottom:0px;
		float:right;
		right:-100%;
		
	}
	
	#flash {
		z-index:-1;
		width:100%;
		height:100%;
		position:fixed;	
	}
}

