* {
        text-rendering: geometricprecision;
        font-family: Roboto, sans-serif;
        font-size:14px;
}
body {
        margin: 0 auto;
        padding: 0;
}
a {
        color: #424242;
        font: 14px Roboto, sans-serif, arial;
        text-decoration: none;
}
img {
        border: medium none;
}
.MainStructure {
        text-align: center;
        background: #fff;
}
.MainStructure .TopBanner {
        margin: 0 auto;
        width: 100%;
        background: url(images/top.jpg) repeat-x top center;
        background-position-y: -30px;
}
.MainStructure .TopBar {
        text-align: justify;
        width: 100%;
        position:relative;
}
.MainStructure .ContentBanner {
        position: relative;
        width: 100%;
        z-index: 1;
}
.MainStructure .MainContent {
        background: #fff none repeat scroll 0 0;
        margin: 10px auto;
        padding: 0;
        vertical-align: top;
        width: 1200px;
}
.MainStructure .LeftBar {
        padding: 0 15px 0 0;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .ContentBar {
        padding: 0;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .FooterBanner {
        text-align: center;
        width: 1200px;
        background: url(images/bg-footer.png) no-repeat center;
        background-size: cover;
        background-color: #0068B4;
        /* max-width: 1200px; */
        margin: 0 auto;
        /* padding: 20px; */
}
.MainStructure .FooterBar {
        text-align: justify;
        /* width: 1200px; */
        /* margin: 0 auto; */
        /* padding: 0 20px; */
}
