
* {
    text-rendering: geometricprecision;
}
body {
    margin: 0 auto;
    padding: 0;
}
a {
    color: #424242;
    font: 13px arial;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure {
    background: url("images/redmain.png") repeat-x scroll center top, rgba(0, 0, 0, 0) url("images/hot.png") repeat scroll 0 0;
    text-align: center;
}
.MainStructure .TopBanner {
    margin: 33px auto 0;
    width: 100%;
}
.MainStructure .TopBar {
    display: inline-block;
    margin-top: 0;
    position: relative;
    text-align: justify;
    width: 1060px;
}
.MainStructure .ContentBanner {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1;
}
.MainStructure .MainContent {
    background: #fff none repeat scroll 0 0;
    display: inline-table;
    margin: 0 auto;
    padding: 3px 0 10px;
    vertical-align: top;
    width: 1060px;
    border-collapse: separate;
}
.MainStructure .LeftBar {
    padding: 0 15px 0 10px;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .ContentBar {
    padding: 0 10px 0 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBar {
    display: inline-block;
    position: relative;
    text-align: justify;
    width: 1060px;
}

.MainStructure .FooterBanner {
    background: #c90000 none repeat scroll 0 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
@media only screen and (max-width: 768px){
	.MainStructure .TopBanner{
    	margin: 0px;
    }
}