img {
        border: medium none;
}
* {
        margin: 0;
        padding: 0;
}
a {
        color: #424242;
        font: 10pt arial;
        text-decoration: none;
}
body {
        font: 9pt Arial;
        margin: 0;
        padding: 0;
}
.MainStructure {
        background: url("Images/bg.jpg") no-repeat fixed center bottom;
        text-align: center;
}
.MainStructure .TopBanner {
        text-align: center;
        width: 100%;
}
.MainStructure .FooterBanner {
        text-align: center;
        width: 100%;
}
.MainStructure .ContentBanner {
        background: url("Images/bgT.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
        display: inline-block;
        margin: 0 auto;
        width: 1060px;
}
.MainStructure .TopBar, .FooterBar {
        display: inline-block;
        width: 1060px;
}
.MainStructure .LeftBar, .ContentBar {
        text-align: justify;
        vertical-align: top;
}
.MainStructure .LeftBar {
        padding: 10px 15px 10px 0;
}
.MainStructure .ContentBar {
        padding: 10px 0 10px;
}
