@charset "UTF-8";
/* CSS Document */
html {
	width: 100%;
	height: 100%;
}
body {
	padding:0px;
	margin:0px;
	background-color:#000000;
	overflow: hidden;
	width: 100%;
	height: 100%;
	color:#FFFFFF;
}


div#contentHolder {
	display: none;
}


div#getFlashPlayer {
	width: 100%;
	text-align: center;
}

div#getFlashPlayer img {
	border: 0px;
}

div#flashHolder {
	height: 100%;
	width: 100%;
	text-align: center;
}

div#flashHolder img {
	border: 0px;
}

div#content {
	display: none;
}
