body, html {
    margin:0;
    padding: 0;
    font: 14px/20px roboto, arial, helvetica, san-serif;
/*    background: url(/assets/syts/spotsyt/img/bg_wood.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}
#maincont {
    width:1024px;
    height:660px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 9;
/*    background:#000000 url(/assets/syts/spotsyt/img/bg_steel.jpg) no-repeat top right;
     padding:0;
    -webkit-box-shadow: 10px 20px 40px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 10px 20px 40px 1px rgba(0,0,0,0.4);
    -ms-box-shadow: 10px 20px 40px 1px rgba(0,0,0,0.4);
    -o-box-shadow: 10px 20px 40px 1px rgba(0,0,0,0.4);
    box-shadow: 10px 20px 40px 1px rgba(0,0,0,0.4); */
}
.btnclose {display:block; width:100px; overflow:hidden; position:relative; margin:-20px 0 0 358px}
.btnclose img {width:100%; height:auto;}
#colr, #coll {
    height: 660px;
    position: relative;
}
#close {
position: absolute;
width: 100px;
height: 25px;
display: block;
top: -25px;
right: 1px;
}
#close img {
width: 100%;
height: auto;
}
a {
    color: #2e6d77;
    outline: none !important;
    text-decoration: none;
    border:none;
}
a:active, a:focus, a:hover {
    color: #7ae;
    text-decoration: underline;
}
#video {width:480px; height:270px;
-webkit-box-shadow: 7px 7px 10px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 7px 7px 10px 0 rgba(0,0,0,0.2);
    -ms-box-shadow: 7px 7px 10px 0 rgba(0,0,0,0.2);
    -o-box-shadow: 7px 7px 10px 0 rgba(0,0,0,0.2);
    box-shadow: 7px 7px 10px 0 rgba(0,0,0,0.2);
    background:#DADADA;
    margin:0 0 82px 0;
}