
body {
margin:0;
padding:0;
height: 100%;
background:#333;
}





.header_movie {
	width:100%;
/*	background-image: url(../images/main_movie_pic001.jpg);
*/	background-repeat: no-repeat;
	background-position: center center;
	height: 100vh;
	background-size: cover;
	position: relative;
}

.header_movie_logo {
	width:180px;
	max-width:40%;
	display:block;
	margin:1em 1em;
	opacity: 0.8;
}
.header_movie_scroll_bar {
	width:100%;
	height:65px;
	position: absolute;
	bottom:4em;
}
.header_movie_scroll_bar_logo {
	height:60px;
	display:block;
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 0.8; 
}
