body, html{
	height: 100%;
	width: 100%;
	min-width:1000px;
	min-height:572px;
	position:relative;
}

#history {
	background:#000;
}

#wrap {
/*	display: none; */
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width:1000px;
	min-height:572px;
	background: url(../img/history_bg.jpg) no-repeat;
	background-position:center center;
	background-size:cover;
	overflow:hidden;
}

/*
#history .introLoading {
    bottom: 0;
    height: 0%;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: #fff;
}  
*/
.opa {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  zoom: 1; }

.stages {
  *top: 0 !important;
  *margin-top: 0 !important; 
}

.page_container{
	position:relative;
	width:100%;
	height:100%;
	display:none;
}

.page{
	position:absolute;
	
	width:1400px;
	height:800px;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	margin: auto;
}

.w, .tri, .text{ position:absolute; }
