html{
    width: 100%;
    height: 1060px;
    min-height: 1060px;
    max-height: 1060px;
    overflow-x: hidden;
}
body{
	background: url(img/st_static.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #fff;
	min-height: 1060px;
    max-height: 1060px;
    height: 1060px;
    overflow: hidden;
}
#content{
	min-height: 1080px;
}
#osdk-auth-widget-holder{
    position: relative !important;
    margin: 0 auto !important;
    top: 44px;
    left: 204px;
    right: 0px;
    z-index: 3;
}
.video_bg{
    width: 1920px;
    height: 1080px;
    position: absolute;
    top: 0px;
    left: -9999px;
    right: -9999px;
    margin: 0 auto;
}