
body {
    margin: 0 auto;
    padding: 0;
    background:url("images/gray.jpg")repeat ;
}
a {
    color: #424242;
    font: 10pt arial;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure {
    
    text-align: center;
    width:980px;
    margin:0 auto;
    margin-top:60px;
    border:solid 10px #fff;
    margin-bottom:20px;

}
.MainStructure .TopBanner {
    margin: 0 auto;
    
  
}
.MainStructure .TopBar {
  
  display: inline-block;
    margin-top: 0;
    text-align: justify;
    width: 100%;
}
.MainStructure .ContentBanner {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1;
}
.MainStructure .MainContent {
    background: none repeat scroll 0 0 #fff;
    display: inline-table;
    
    vertical-align: top;
    width: 960px;
}
.MainStructure .LeftBar {
    padding: 10px 15px 0px 0;
    text-align: justify;
    vertical-align: top;
    width: 220px !important;
}
.MainStructure .ContentBar {
    padding: 10px 0 0px;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
    height: 140px;
    text-align: center;
    width: 100%;
    background: #2c8eff;
    /* margin-top:1px; */
}
.MainStructure .FooterBar {
    display: inline-block;
    text-align: justify;
    width: 960px;
}
.AdvertisementBG {
  width:100% !important;
  height:100% !important;
}
@media only screen and (max-width: 768px){

.MainStructure {
    margin-top: 0px !important;
    border: none !important;
}
} 