@charset "utf-8";

/* --------------------------------------------
	/index.html
-------------------------------------------- */

html,
body {
	width: 100%;
	height: 100%;
}

body#splash {
	width: 100%;
	height: 100%;
	background: none;
}

body#splash #wrapper {
	background: none;
	min-width: inherit;
}

body#splash #wrapper #flashArea{
	position: absolute;
	top: 50%;
	left: 50%;
	margin:-200px 0 0 -275px;
	width: 550px;
	height: 400px;
}

body#splash #wrapper #flashArea #splashMovie {
}



