
html, body { width: 100%; height: 100%; overflow: hidden; }
html { 
	background: url(intro_bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.intro-contents{
  width: 80%;
  height: 80%;
  margin: 40px auto;
}
.outer{
	display: table;
  width: 100%;
  height: 100%;
}
.inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.centered {
  position: relative;
  display: inline-block;
  width: 50%;
}
.intro-logo{
	margin-top:80px;
}
.intro-country{
	width:400px;
	margin-left:-200px;
	position:absolute;
	bottom:7%;
	left:50%;
}
.intro-country span{
	padding:0px 10px
}
.addr { background:url(intro_txt_bg.png); margin-top:50px; padding:30px; border-radius:20px; }
.addr p { color:#fff; font-size:13px; line-height:21px; }