body {

    transform: translateX(calc((515px + 422px) * -1 + 50vw));
    margin: 0;
    overflow-x: hidden;

}

.MainBody {

    width: 800px;
    height: 432px;
    position: absolute;
    left: 536px;
    top: 79px;
    border: 1px solid rgb(153, 153, 153);

}

.h1View {

    font-family: Comic Sans MS, Geneva, Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 3px 4px;
    font-size: 12pt;
    background-repeat: repeat-x;
    color: rgb(0, 0, 0);
    background-color: rgb(251, 242, 166);
    text-align: center;

}

.h2View {

    margin: 0px 0px 0px 0px;
    padding: 1px 4px;
    background-color: rgb(191, 191, 191);
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-variant: small-caps;
    color: rgb(0, 0, 0);
    font-size: 16px;
    text-align: center;

}

.h2ViewA {

    color: #0033FF; 
    text-decoration: none;

}

.h2ViewA:hover {

    text-decoration: underline;

}

.OHNOES {

    font-family: Comic Sans MS, Geneva, Arial, Helvetica, sans-serif;
    margin: 5px;
    font-size: 11px;
    line-height: 1.5;
    padding-left: 5px;
    text-align: center;
    padding-right: 5px;

}

.Logo {

    width: 290px;
    height: 90px;
    background-image: url(Logo.png);
    background-size: contain;
    position: absolute;
    left: 795px;
    top: -4px;

}