﻿body {
    /*background-image:url(../img/HeaderImg.jpg);*/ /*BodyBG*/
}

.MainTitle {
    margin-left: 20px;
    font-size: 33pt;
    font-weight: bolder;
    font-family: fantasy;
    color: #635C5C;
}

.MainLogo {
    display: block;
    margin: 0 auto;
}

/*Header*/
.HeaderContaner {
    background-image: url(../img/HeaderBG.jpg);
    background-size: contain;
    text-align: center;
}

.HeaderImg {
    height: 150px;
    margin: 0 auto;
    display: inline-block;
}

.Logo {
    width: 145px;
    float: left;
    position: absolute;
    left: 0pc;
}

.TitleText {
    margin-left: 20px;
    font-weight: 700;
}

.footer {
    width: 100%;
    display: block;
    padding: 7px;
    text-align: center;
    background-color: #073867;
    position: fixed;
    z-index: 3;
    bottom: 0px;
    color: #fff;
}
