﻿html
{
    overflow-y:scroll;
}
body 
{
    margin: 0;
    font-family:Sans-Serif;
}

.HeaderContainer
{
    position:fixed;
    top:0px;
    height: 42px;
    width:100%;    
    z-index:10;
}
.Header
{
    color:White;
    font-size:smaller;
    width:1000px;
    margin:auto;
    background-color:Black;
    height:42px;
}
.Header a
{
    color:White;
    text-decoration:none;
    padding: 0px 8px 0px 8px;
}
.Header a:HOVER
{
    color:Red;
}

.ContentContainer
{
    position: relative;
    top: 50px;
    text-align: center;
    width: 100%;
}
.Content
{
    font-size:smaller;
    width:1000px;
    margin:auto;
    text-align:left;
}

.BGContainer
{
    position: fixed;
    bottom: 33px;
    text-align: right;
    height: 189px;
    width: 100%;
    z-index:-1;
}
.BG
{
    width:1000px;
    height: 189px;
    text-align: right;
    margin:auto;
}

.FooterContainer
{
    position: fixed;
    bottom: 0px;
    text-align: left;
    height: 33px;
    width: 100%;
}
.Footer
{
    color:White;
    font-size:smaller;
    width:1000px;
    margin:auto;
    background-color:Black;
    height:33px;
}
.Footer a
{
    color:White;
    text-decoration:none;
}
.VideoRazdelsContainer
{
    text-align:center;
    width:90%;
    margin:20px;
}
.VideoRazdelsContainer input
{
    text-decoration:none;
    padding: 0px 18px 0px 18px;
    font-weight:bold;
    font-size:16px;
    color:Black;
    border:none;
    background-color:White;
    cursor:pointer;
}
.VideoRazdelsContainer input:HOVER
{
    color:Red;
}
