
body {
    margin: 0 auto;
    padding: 0;
}
a {
    color: #424242;
    font: 10pt arial;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure {
    background: url("images/bg.jpg") repeat-x scroll center top #fff;
    #background: url("images/bg.jpg") no-repeat center center fixed;
    #-webkit-background-size: cover; 
    #-moz-background-size: cover; 
    #-o-background-size: cover; 
    #background-size: cover;
}
.MainStructure .TopBanner {
    margin: 0 auto;
    text-align: center;
    width: 1100px;
}
.MainStructure .TopBar {
    display: inline-block;
    margin-top: 0;
    text-align: center;
    width: 100%;
}
.MainStructure .ContentBanner {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.MainStructure .MainContent {
    display: inline-table;
    text-align: justify;
    vertical-align: top;
    width: 1100px;
}
.MainStructure .LeftBar {
    padding: 0;
    text-align: justify;
    vertical-align: top;
    /* width:0px !important; */
}
.MainStructure .RightBar {
    padding: 0;
    vertical-align: top;
    width: 250px !important;
}
.MainStructure .ContentBar {
    padding: 0px 10px;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
    background: url("images/f.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}
.MainStructure .FooterBar {
    #background: url("images/f.jpg") repeat scroll left bottom #FFFFFF;
    margin: 0 auto;
    width: 1100px;
}




