/* --> General
****************************************************/

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	overflow: none;
}

/* --> Splash
****************************************************/

#splash-main-container {
	padding: 0px
	margin: 0px;
	height: 100%;
}

#splash-main-container .top {
	padding: 0px
	margin: auto;
	width: 1010px;
	height: 388px;
	position: relative;
	background: url(../../img/sp_top.jpg);
}

#splash-main-container .top .b {
	padding: 0px
	margin: 0px;
	position: absolute;
	top: 350px;
	left: 450px;
}

#splash-main-container .bottom {
	margin: auto;
	width: 1010px;
	height: 137px;
	text-align: center;
	background: url(../../img/sp_bottom.gif) no-repeat 0 0;
}

#splash-main-container .bottom img {
	margin: 90px 10px 0 0;
}



/* --> Flash
****************************************************/

#flash-movie{
	width: 100%;
	height: 100%;
	background-color: #000;
}