@charset "utf-8";
body {
	font: 100% Arial;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background:#152604;
}
p{
	padding: 2px 0;
	margin:0;
}
.color_white{
	color:#FFF;
}
.container {
	width: 1250px;
	height: 728px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; 
	background:url(../images/intro/bg.jpg) no-repeat;
}
.mainBody {
	padding: 0px;
}
.mainBodyContent{
	position:relative;
}
.mainBodyContentBg{
	position:absolute;
	top:0;
	left:0;
	width:1250px;
	height:728px;
}
.keyVisual {
	position:absolute;
	top:251px;
	left:109px;
	width:1024px;
	height:226px;
}
.introHeader{
	position:absolute;
	top:170px;
	left:-50px;
	width:1183px;
	height:131px;
}
introHeaderContent{
	position:relative;
}
.keyVisualContent{
	position:relative;
	width:1024px;
	height:226px;
	overflow:hidden;
	display:none;
	
}
.btnSkip {
	position:absolute;
	top:496px;
	left:583px;
	width:83px;
	height:83px;
	cursor:pointer;
}

.introFooter{
	position:absolute;
	top:598px;
	left:109px;
	width:1024px;
	height:100px;
	text-align:center;
	color:#FFF;
	font-size:11px;
}
