/* -----------------------------------*/
/* ---->>> STRUCTURE & LAYOUT <<<-----*/
/* -----------------------------------*/

html{
	height:100%;
}


body{
	
	background-color:#000000;
	color: #fff;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:100%;
	margin: 0px;
}

h1, p {
	color:#FFFFFF;
}

/* ------>>> Flash elements <<<--------*/
#flash {
	width:100%;
	height:100%;
	min-width: 0; /* peekaboo bug fix for IE7 */
	z-index: 1;
	left: 0; position: absolute; top: 0;
}
#flashcontainer{
	width:100%;
	height:100%;
}

#vimeo {
	height: 506px;
	width: 900px;
	display: block;
	background: #000000;
	/*background: transparent url(../imgs/loading.png) no-repeat; */
}

/* ------>>> page elements <<<--------*/
.storywindow { 
	 position: absolute;
	 /* display: none; */
	 top:0;
	 left: 0;
	 visibility: hidden;
	 z-index: 9999;
	 
	 border: none;

	 //cursor: wait;
	 /*padding-top:20px;*/
	 text-align: right;
	 min-width: 0; /* peekaboo bug fix for IE7 */
  }
.storywindow a, .storywindow a:visited{
	font-family:Arial, Helvetica;
	font-size:13px;
	display:block;
	text-indent: -9999px;
	color:#000000;
	left:420px;
	position:absolute;
	text-decoration:none;
	top:510px;
	height: 14px;
	width: 60px;
	background: transparent url(../imgs/closevideo.png) no-repeat;
}
.storywindow a:hover{
	cursor:pointer;
	z-index: 1000;
	background-position: left bottom;
	
}
