@charset "utf-8";
body {
    margin: 0;
    padding: 0;
}
#backgroundTop {
    position: absolute;
    width: 100%;
    overflow: hidden;
	cursor: pointer;
	display:none;
	background-color:#1b569c;
	height:250px;
}
#scrollTop {
    position: absolute;
    width: 100%;
    height: 100%;
}
.safeWrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}
#header_banner {
    top: 0;
    left: 0;
    position: absolute;
}
#video-wrapper {
    position: absolute;
    top: 20px;
    left: 460px;
    width: 366px;
    height: 206px;
    z-index: 100;
    overflow: hidden;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
	display:none;
}
#video1 {
   position: absolute;
   width: 366px;
   height: 206px;
}
#canvas {
   position: absolute;
   width: 344px;
   height: 193px;
   z-index:90;
}