@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

#wrapper {
	position: relative;
	width: 100%;
	text-align: center;

}
#fl  {
	z-index: 0;
	width: 100%;
	height: 100%;
	position: fixed;
}

#mainContent {
	background: transparent url(../images/img_bg_flash_02.png) 0 0 no-repeat;
	width:1040px;
	height:407px;
	position: relative;
	text-align: center;
	z-index: 100;
	top:30px;
	margin: 0 auto;
}


#mainMenu {
	position: relative;
	text-align: center;
	z-index: 100;
	margin: 0 auto;
}
