@charset "utf-8";
/* CSS Document */

body,html{
	margin:0px; 
	padding:0px; 
	width:100%;
	height:100%;
	overflow:hidden;
}

#flashContainer{
	width:100%;
	height:100%;
	position:absolute;
	z-index:0;
}

#htmlTransition{
	width:100%;
	height:100%;
	position:absolute;
	z-index:1;
}