* {
        text-rendering: geometricprecision;
}
body {
        margin: 0 auto;
        padding: 0;
}
a {
        color: #424242;
        font: 14px arial;
        text-decoration: none;
}
img {
        border: medium none;
        width: 100%;
}
a#btnEMC {
        position: fixed;
        bottom: 0;
}
.MainStructure {
        background: #e8f5fd url("images/bg.gif") repeat-x scroll left top;
        text-align: center;
}
.MainStructure .TopBanner {
        background: #fff none repeat scroll 0 0;
        margin: 0 auto;
        width: 1200px;
}
.MainStructure .TopBar {
        display: inline-block;
        text-align: justify;
        width: 1200px;
        background:#fff;
}
.MainStructure .ContentBanner {
        display: inline-block;
        position: relative;
        width: 100%;
        z-index: 1;
}
.MainStructure .MainContent:nth-child(1){
	display: none;
}
.MainStructure .MainContent {
        background: #fff none repeat scroll 0 0;
        display: inline-table;
        margin: 0 auto;
        padding: 5px;
        vertical-align: top;
        width: 1200px;
}
.MainStructure .LeftBar {
        padding: 0px 10px 0 5px;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .ContentBar {
        padding: 0;
        text-align: justify;
        vertical-align: top;
        padding-right: 5px;
}
.MainStructure .FooterBanner {
        text-align: center;
        width: 100%;
           background: #1f5a9b;
}
.MainStructure .FooterBar {
        display: inline-block;
        text-align: justify;
        width: 100%;
     max-width: 1200px;
        margin: auto;
        padding: 25px 0;
}
