.MainStructure {
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(24, 121, 196, 1) 0%, rgba(5, 73, 145, 1) 100%) repeat scroll 0 0;
        text-align: center;
}
body {
        margin: 0 auto;
        padding: 0;
}
a {
        color: #424242;
        font: 10pt arial;
        text-decoration: none;
}
img {
        border: medium none;
}
.MainStructure .TopBanner {
        position: relative;
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
}
.MainStructure .TopBar {
        display: inline-block;
        text-align: justify;
        width: 960px;
        margin: 0 auto;
        background: #fff none repeat scroll 0 0;
}
.MainStructure .ContentBanner {
        background: #fff none repeat scroll 0 0;
        display: inline-block;
        width: 960px;
}
.MainStructure .MainContent {
}
.MainStructure .LeftBar {
        padding: 10px;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .ContentBar {
        padding: 10px 10px 10px 0;
        text-align: justify;
        vertical-align: top;
        overflow: hidden;
        background: #fff;
}
.MainStructure .FooterBanner {
        text-align: center;
        width: 100%;
}
.MainStructure .FooterBar {
        display: inline-block;
        text-align: justify;
        width: 960px;
}
