*{
	margin: 0px;
	padding: 0px;
}

html, body, #flashContent{ 
	height:100%; 
}

body{ 
	margin:0; padding:0; overflow:hidden; 
}

#alternativeContent{
	/* style alt content */ 
}

#flashcontent{ 
	z-index: 1;
}
/*
#videoplayerwrapper{
	position: absolute;
	top: 20%;
	left: 50%;
	
	width: 428px;
	height: 268px;
	display: block;
	z-index: 2;
	background-color: #333;
	filter:alpha(opacity=50);
	opacity: 0.5;
	visibility: hidden;
}

img#loadingimage{
	width: 32px;
	height: 32px;
	margin-top: 118px;
	margin-left: 198px;
	position: absolute;
	visibility: hidden;
	z-index: 3;
	display: block;
}
*/	

#videoContainer{
	position:absolute;
	top:50%;
	left:50%;
	margin-left: 0px;
	display:block;
	z-index: 4;
	padding:0px;
	width:0px;
	height:0px;
	visibility: hidden;
	/*background-color:#000;*/
}

#videoContainer img{
	margin: 0px;
	margin-top: -7px;
	border: 0px;
}