	html {
	height: 100%;
	overflow: hidden;
	}
	
	#flashcontent {
	height: 100%;
	width: 100%;
	}
	#logo {
	position:absolute;
	background: #2670B7;
	width: 200px;
	z-index: 11;
	}
	#photos{
	position:absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
	}
	
	body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #181818;
	color:#ffffff;
	}
	#navhar{
	position:absolute;
	background: #2670B7;
	z-index: 10;
	background: #FFFFFF;
	margin: 0px 0 0 202px;
	}
	#warning {
	position:absolute;
	bottom: 10px;
	left: 20px;
	z-index: 11;
	}