/*opening.css*/
body{background: #000;}
.containter{height: 100%; }
.wrapper{height:100%;}
#videobgwrapper{
	width: 100%;
	height:100%;
	 background: #000;
	  position: relative;

}


#textframe{ margin:0 auto;
text-align: center;
 position: relative;z-index: 3;
 top:15%;
 width:100%;
}


#maincont{height: 100%;}

#textframelogo{width:255px; display: block; margin: 0 auto;}
a{color:#fff;}
a:hover{color:#CDE49F}

.videobg{
	width: 100%;
	height:100%;
position:absolute;
top:0;
left:0;
z-index: 1;
 background: url('../../image/loading.gif') no-repeat center center;
 text-align: center;
}

#lang{color: #fff;}