/* CSS Document */
body{
	background:#000000;
}
#top #wrapper {position: relative}

#wrapper{
	background:#000;
	overflow: hidden;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	min-height: 600px;
	min-width: 1000px;
}

#header{
	margin-top: -100px;
}

#content-bg {
	height: 100%;
	margin: -4% auto 0;
	text-align: center;
}
#content-bg img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
/*
	-ms-transform: scale(1, 1); /* IE 9
	-webkit-transform: scale(1, 1); /* Safari
	transform: scale(1, 1);
	-webkit-animation: imgScale 40s linear 1 normal;
	-ms-animation: imgScale 40s linear 1 normal;
	animation: imgScale 40s linear 1 normal;
	*/
}

#fb_woman {
	position: absolute;
	width: 27%;
	right: 0;
	bottom: -9%;
	margin: 0 auto;
	text-align: center;
	display: none;
}

#fb_woman img{
	width:100%;
	height:auto;
}

#fb_text1 {
	position: absolute;
	top: 8%;
	left: 0;
	right: 0;
	margin: 0 auto;
	min-width: 100%;
	text-align: center;
	display: none;
}

#fb_text1 img{
	width:100%;
	height:auto;
}

#fb_text2 {
	position: absolute;
	top: 66%;
	left: 0;
	right: 0;
	margin: 0 auto;
	min-width: 100%;
	text-align: center;
	display: none;
}

#fb_text2 img{
	width:29%;
	height:auto;
}

#fb_btn {
	position: absolute;
	top: 70%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	display: none;
}

#fb_btn img{
	width: 30%;
	height: auto;
}

#snsBtn {
	display: none;
}
