@charset "utf-8";
/* CSS Document */

html {overflow-x:hidden;}
body {margin:0;padding:0;}

video, object {
 left:0;
 position:absolute;
 top:0;
}



#bgVideo{ 
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    z-index: 1;
    width: 100%;
	height:100%;
}
#bgImg{ 
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
#bodyDummy{ 
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: auto;
    width: 100%;
	height:100%;
}
#cross{
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 2;
	overflow: auto;
	width: 100%;
	height: 100%;
}
#logo{
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 3;
	overflow: auto;
	width: 100%;
	height: 100%;
}
