@charset "shift_jis";

/* ------------------------------
	GENERAL
------------------------------ */

* {
	margin: 0;
	padding: 0;
}

body {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
}


/* ------------------------------
	LAYOUT
------------------------------ */

#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 975px;
	height: 650px;
	margin: -325px 0 0 -488px;
}

#flash {
	width: 973px;
	height: 648px;
	border: 1px solid #333;
}

