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


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

	* Layout Style + Template Style {


		* last update 2007-11-30
	
	}
	
	
--------------------------------

	* Contents
	
	1. Structure Frames
	


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




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

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

html {
}

body {
	background: #E9E9EA;
}

div#flashcontent {
	margin: 0 auto;
	width: 100%;
	height: 800px;
}


@media print {

/* ie6 hack */
	* html div#flashcontent {
		zoom: 0.72;
		width: 1000px;
		margin-left: -90px;
	}
	
	* html div#flashcontent object {
		width: 1100px;
	}
/* ie7 hack */
	*:first-child+html div#flashcontent {
		zoom: 0.75;
		width: 1000px;
		margin-left: -50px;
	}
	*:first-child+html div#flashcontent object {
		width: 1000px;
	}

}