
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 #ffffff;
    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: 1300px;
}
.MainStructure .TopBar, .FooterBar {
    display: inline-block;
    width: 100%;
}
.MainStructure .LeftBar, .ContentBar {
    text-align: justify;
    vertical-align: top;
}
.MainStructure .LeftBar {
    padding: 10px 15px 10px 0;
    width: 77%;
}
.MainStructure .ContentBar {
    padding: 10px 0 10px;
}
