@charset "utf-8";
/* CSS Document */

body, html {
background-color:#000;
width:100%;
height:100%;
padding:0;
margin:0;
overflow:hidden;
position: relative;
}

video,embed {display:block;
}

#bg-video {
/*position:fixed;
right:0;
bottom:0;
min-width:100%;
min-height:100%;
width:auto;
height:auto;*/
z-index:-1;
}
.movieImg {
position:fixed;
right:0;
bottom:0;
min-width:100%;
min-height:90%;
width:auto;
height:auto;
z-index:-1;
}
#wrap{
position:relative;
}
#modelroomFlash {
	z-index:1;
}