@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	border:0;
}
html{
	height:100%;
}
body{
	background-color:#ffffff;
	height:100%;
}
#wrapper{
	width:100%;
	height:100%;
	position:absolute;
}
#flashcontent{
	width:100%;
	height:100%;
	position:relative;
}

.player_dl{
	margin:100px 0 0 100px;
	display:block;
	width:160px;
	height:41px;
	overflow:hidden;
	text-indent:-9999px;
	background-image:url(../img/get_flash_player.jpg);
	background-repeat:repeat;
	position: absolute;
}
