@charset"utf-8";

/*-----------------------------------
	gecko - Mozilla, Firefox (all versions), Camino
-----------------------------------*/
.gecko html {
	height: 100%;
	overflow: auto;
}
.gecko body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

.gecko #flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/*-----------------------------------
	webkit or safari - Safari, NetNewsWire, OmniWeb, Shiira, Google Chrome
-----------------------------------*/
.webkit html {
	height: 100%;
	overflow: auto;
}
.webkit body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

.webkit #flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/*-----------------------------------
	opera - Opera (All versions)
-----------------------------------*/
.opera html {
	height: 100%;
	overflow: auto;
}
.opera body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

.opera #flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/*-----------------------------------
	ie - Internet Explorer (All versions)
-----------------------------------*/
.ie html,body {
	height: 100%;
	overflow: auto;
}
.ie body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	position: fixed;
	width: 100%;
	overflow: auto;
}

.ie #flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display:block;
}



