/**
 * Index css.
 */

/* Default Setting.
--------------------------------------*/
html, body {
	background: url(/images/share/background_02.gif) repeat-y center top;
	background-color: #32281e;
}
#container #wrapper #content .mainContent {
	position: relative;
	height: 580px;
	z-index: 1;
}
#container #wrapper #content .mainMenu {
	position: relative;
	z-index: 2;
}

/* [mainContent] Setting.
--------------------------------------*/
#container #wrapper #content .mainContent .flash {
	position: absolute;
	width: 920px;
	height: 550px;
	top: 0px;
	left: 0px;
}
#container #wrapper #content .mainContent p {
	position: absolute;
	top: 565px;
	left: 0px;
}
#container #wrapper #content .mainContent p span {
	margin: 0px 10px;
}

