.class { 
	font-family: arial; 
};
* {
        text-rendering: geometricprecision;
        font-size: 13px;
        font-family: arial;
        letter-spacing: 0.5px;
        line-height: 1.4;
}
body {
        margin: 0 auto;
        padding: 0;
}
a {
        color: #212529;
        font-size:10pt;
        font-family: arial;
        text-decoration: none;
}
img {
        border: medium none;
}
.MainStructure {
        text-align: center;
}
.MainStructure .TopBanner {
        margin: 0 auto;
        position: relative;
        width: 100%;
        height: auto;
        background: #f1f1f1 url(images/bgyte.jpg) no-repeat center;
}
.MainStructure .TopBar {
        text-align: justify;
        width: 100%;
}
.MainStructure .ContentBanner {
        position: relative;
        width: 100%;
        z-index: 1;
        background: #f1f1f1 url(images/bgyte.jpg) no-repeat fixed;
        margin-top:10px;
}
.MainStructure .MainContent {
        background: #fff none repeat scroll 0 0;
        margin: 0 auto;
        padding: 32px 10px;
        vertical-align: top;
        width: 1160px;box-shadow: 0 0 20px -5px #6d6d6d;
}
.MainStructure .LeftBar {
        padding: 10px 15px 10px 10px;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .ContentBar {
        padding: 10px 10px 10px 0;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .FooterBanner {
        text-align: center;
        background: #4c6baf;
        width: 100%;
        font: 10pt/30px arial;
}
.MainStructure .FooterBar {
        width: 1160px;
        margin: 0 auto;
        padding: 10px 0;
}
@media only screen and (max-width: 768px){
        .MainStructure .FooterBar {
                width: 100% !important;
        }
        div.MainStructure .fixed {
                padding-top: 15px !important;
                padding-bottom: 40px !important;
        }
        .MainStructure .ContentBanner {
                position: static;
        }
}
