
* {
    box-sizing: border-box;
    text-rendering: geometricprecision;
}
body {
    margin: 0 auto;
    padding: 0;
}
a {
    color: #424242;
    font: 10pt arial;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure {
    background: #fff url("Images/bg.jpg") no-repeat fixed 0 0 / cover ;
    text-align: center;
}
.MainStructure .TopBanner {
    margin: 0 auto;
    width: 100%;
}
.MainStructure .TopBar {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: justify;
    width: 1100px;
}
.MainStructure .ContentBanner {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1;
}
.MainStructure .MainContent {
    background: #fff none repeat scroll 0 0;
    display: inline-table;
    margin: 0 auto;
    padding: 10px 0;
    vertical-align: top;
    width: 1100px;
}
.MainStructure .ContentBar {
    padding: 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
        background: rgba(0, 0, 0, 0) url(images/bl.jpg) repeat-x scroll center top;
        border-top: 10px solid #1058af;
        margin: 0 auto;
        text-align: center;
        width: 100%;
}
.MainStructure .FooterBar {
     background: none repeat scroll 0 0;
        display: inline-block;
        margin: 0 auto;
        text-align: justify;
        width: 1100px;
}
