﻿body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #eee;
    background-image: url("../img/bg_grey.png");
    background-repeat: repeat;
    background-attachment: fixed;
}

.page {
    max-width: 1024px;
    width: 100%;
    background-color: #edf0f7;
    color: #707883;
    margin: 30px auto 0px auto;
}

.page .header img, .page .footer img{
    max-width: 1024px;
    display: block;
    width: 100%;
}

.content{
    padding:30px
}

.big-title{
    font-size:48px;
    font-weight:bold;
    text-align:center;
}

.video-js {
    background-color: #2b3341;
}

.disclaimer {
    max-width: 1024px;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    margin: 20px auto 20px auto;
    font-size: 11px;
    color: #5c636c;
}