* {
    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: 1200px;
    background: url(images/top.jpg) repeat-x top center;
}
.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 !important;
}
.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: 100%;
    background: #1d64d6;
}
.MainStructure .FooterBar {
    text-align: justify;
    width: 1200px;
    margin: 0 auto;
}
@media only screen and (max-width: 768px){
	.MainStructure .FooterBanner{
        background-size: cover;
        background-size: auto 320px !important;
    }
    .logintop a{
        top: 0;
    	right: 0px !important;
    }
}v