@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%;
}

div#bgFrame2 {
	width:100%;
	background:url(../img/dotimg.png) repeat;
}

#flashcontent {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	min-height: 600px;
	outline: none;
}

