body {
    background: url(../img/bodyBG.jpg);
    font: Helvetica, Arial, sans-serif;
	margin: 0 auto;
}

.ContentContainer {
    background: url("../img/contentBG.jpg");
    color: #3a3a3a;
    margin: 0 auto;
    width: 1010px;
    padding:10px;
    box-shadow: 0px 0px 45px #000;
}

h1 {
    text-align: center;
}

h2 {
    border: 2px inset;
    background: url(../img/bodyBG.jpg);
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 30px;
    box-shadow: inset 0px 0px 13px #000;
}

.insetVideo {
    border: 2px inset;
    background: url(../img/bodyBG.jpg);
}
