@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: none;
}

html, body {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

body {
	background-color: #ffffff;
}

#swfcontent {
	width: 100%;
	height: 100%;
}