
* {
    margin: 0;
    padding: 0;
}
img {
    border: medium none;
}
a {
    color: #424242;
    font: 10pt arial;
    text-decoration: none;
}
body {
    font: 9pt Arial;
    margin: 0;
    padding: 0;
}
.MainStructure {
    text-align: justify;
}

.MainStructure .TopBanner, .FooterBanner {
    text-align: center;
}
.MainStructure .ContentBanner {
    /* background: none repeat scroll 0 0 #E5E5E5; */
    display: inline-block;
    width: 100%;
}

.MainStructure .RightBar {
    padding: 10px;
    vertical-align: top;
         width:25%;
}
.MainStructure .ContentBar {
    padding: 10px 10px 10px 10px;
    text-align: justify;
    vertical-align: top;
         width:50%;
}

.MainStructure .LeftBar {
    padding: 10px;
        width:25%;
}

.MainStructure {
    background: url("images/bg2.jpg") no-repeat scroll center top;
    text-align: center;
    background-size: cover;
}
.MainStructure .TopBanner {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.MainStructure .TopBar {
    display: inline-block;
    margin-top: 0;
    text-align: center;
    width: 1060px;
    background: #fff;
}
.MainStructure .ContentBanner {
    display: inline-block;
    width: 100%;
}
.MainStructure .MainContent {
    margin: 0 auto;
    vertical-align: top;
    width: 1060px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: start;
}

td.LeftBar {
    vertical-align: top;
    padding-top: 10px;
    padding-left: 10px;
}

.MainStructure .FooterBar {
    margin: 0 auto;
    width: 1060px;
    padding: 0;
    background: #fff;
}
@media only screen and (max-width: 768px) {
  .MainStructure .MainContent {
    width: 100vw!important;
}
 .MainStructure .container{
    padding:0!important;
}
}