@charset "UTF-8";

/*****************************************
				HTML
*****************************************/
html {
	background: #000;
}
/*****************************************
			Container
*****************************************/
#container {
	min-height: 100%;
	_height: 100%;
	position: relative;
	overflow: hidden;
	z-index: 100;
}
/*****************************************
			Logo Title
*****************************************/
#logoTitle {
	width: 220px;
	height: 220px;
	position: absolute;
	top: 10px;
	left: 32px;
}
#logoTitle a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/contents/logo_title.png) 0 0 no-repeat;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
/*****************************************
			Contact Us
*****************************************/
#contactus {
	width: 220px;
	height: 83px;
	background: url(../img/contents/contactus.png) 0 0 no-repeat;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	top: 230px;
	left: 32px;
}
/*****************************************
			Global Navigation
*****************************************/
#gNav {
	padding: 10px 0;
	width: 100%;
	background: url(../img/contents/gnav_bg.png) 0 0 repeat #000;
	position: absolute;
	bottom: 0;
}
#gNav ul {
	margin: 0 auto;
	width: 660px;
	text-align: center;
	letter-spacing: -0.4em;
}
#gNav ul li {
	margin: 5px;
	height: 32px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	letter-spacing: normal;
}
#gNav ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
/*****************************************
				Copyright
*****************************************/
#copyright {
	width: 20px;
	height: 350px;
	background: url(../img/contents/copyright.png) 0 0 no-repeat;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	top: 10px;
	right: 15px;
}
/*****************************************
			Video Container
*****************************************/
#videoContainer {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -100;
}
#iframeWrapper {
    padding-top: 56.25%;
    width: auto;
    height: 0;
    position: relative;
}
#video {
	width: 100%;
/*
	height: 100%;
*/
    position: absolute;
    top: 0;
    left: 0;
}