@charset "utf-8";
/* CSS Document */


/* --------------------------------

	* Layout Style + Template Style {


		* last update 2007/09/20
	
	}
	
	
--------------------------------

	* Contents
	
	1. Structure Frames
	


--------------------------------- */




/* ==========================================================================================================

	 1. Structure Frames
 
============================================================================================================*/
* {
	padding	: 0;
	margin	: 0;
}

html {
	height: 100%;
}

body {
	background: #FFFFFF;
	height: 100%;
}

#flashcontent {
	border: 1px solid #A9BCC5;
	position: absolute;
	/*margin: 0 auto;*/
	top: 50%;
	left: 50%;
	margin-top: -281px;
	margin-left: -450px;
	display: block;
	width: 900px;
	height: 562px;
	
	outline: none;
}