
* {
    text-rendering: geometricprecision;
     box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;

}
body {
    margin: 0 auto;
    padding: 0;
}
a {
    color: #424242;
    font: 14px Roboto;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure {
    text-align: center;
}
.MainStructure .TopBanner {
    background: #fff;
    width: 100%;
}
.MainStructure .TopBar {

}
.MainStructure .ContentBanner {
    position: relative;
    width: 100%;
    z-index: 1;
}
.MainStructure .MainContent {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto 5px;
    padding: 0;
    vertical-align: top;
    width: 1120px;
}
.MainStructure .LeftBar {
    padding: 0 20px 0 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .ContentBar {
    padding: 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
    text-align: center;
    width: 100%;
    background: url(Images/fg.jpg);
    background-size: cover;
}
.MainStructure .FooterBar {
    text-align: justify;
    width: 1120px;
    margin: 0 auto;
}
