html, body {
	width:100%;
	height:100%;
	margin:0;
	border:0;
	padding:0;
}
body {
	background-color:#02022e;
	font-family: Georgia;
	background-image:url('/image/BCKGR/backMain.png');
	background-repeat:no-repeat;
	background-size:100% 100%;
}

#startLogo, 
#underStartLogo1,
#underStartLogo2,
#underStartLogo3{
	position: absolute;
 	top: 50%;
 	left: 50%;
}
 #startLogo{
	width:228px; 
	height:190px;
	opacity:1;
	margin-top:-85px;
	margin-left:-100px;
	z-index: 100;
}
#underStartLogo1,
#underStartLogo2,
#underStartLogo3{
 	padding-left: 135px;
 	color:white;
	width:350px;
	opacity:0;
	margin-top:-10px;
	z-index: 10;
}
#underStartLogo1{
	margin-left:-170px;
}
#underStartLogo2,
#underStartLogo3{
	margin-left:-190px;
}

#startLogoImg{
	border:0;
	height:190px;
	width:228px;
	position:relative;
}