* { margin: 0; padding: 0; border: 0; outline: 0; }
html { height: 100%; overflow : auto;}

h1,h2,h3{
	text-indent:-9999px;
	position:absolute;
}

#btnpagetop {
	position: fixed;
	width:50px;
	height:70px;
	bottom: 20px;
	right: 10px;
}

.imgMax{
	width:100%;
	margin:0;
	padding:0;
	line-height:0;
	text-align:center;
}


/* loading
---------------------------------- */

#loader {
	background:url(../../images/loading.gif);
	background-size: cover;
    width: 30px;
    height: 30px;
    position: fixed;
    _position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    z-index: 200;
}

#overlay {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
}

a:link {color: #fff100;}
a:visited {color: #fff100;}
a:hover {color: #ffffff;}
a:active {color: #ffd200;}

a img{border:0;}
a:focus{ outline: none;}




/*

trailer

*/

.movarea{
	width:90%;
	margin:0 auto;
	padding:15px 0;
}

.movietitle{
	width:100%;
	padding:5px 0;
	text-align:center;
	color:#F9F9F9;
	background-color:#000;
}

.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
}
