@charset "utf-8";

#video_bg {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
}

header,footer {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
}

h1 img {
    width: 100px;
    height: 110px;
    float: left;
    position: relative;
}