
* {
    text-rendering: geometricprecision;
}
body {
    margin: 0 auto;
    padding: 0;
}
a {
    color: #424242;
    font: 10pt arial;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure {
    background: #fff url("images/bg.jpg") repeat-x scroll left top;
    text-align: center;
}
.MainStructure .TopBanner {
    margin: 0 auto;
    width: 1025px;
}
.MainStructure .TopBar {
    display: inline-block;
    margin-bottom: 5px;
    text-align: justify;
    width: 1025px;
}
.MainStructure .ContentBanner {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1;
}
.MainStructure .MainContent {
    background: #fff none repeat scroll 0 0;
    display: inline-table;
    margin: 0 auto;
    vertical-align: top;
    width: 1025px;
}
.MainStructure .LeftBar {
    padding: 0 10px 0 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .ContentBar {
    padding: 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
    text-align: center;
    width: 100%;
}
.MainStructure .FooterBar {
    display: inline-block;
    text-align: justify;
    width: 100%;
background: rgba(222,4,4,1);
background: -moz-linear-gradient(top, rgba(222,4,4,1) 0%, rgba(178,2,2,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(222,4,4,1)), color-stop(100%, rgba(178,2,2,1)));
background: -webkit-linear-gradient(top, rgba(222,4,4,1) 0%, rgba(178,2,2,1) 100%);
background: -o-linear-gradient(top, rgba(222,4,4,1) 0%, rgba(178,2,2,1) 100%);
background: -ms-linear-gradient(top, rgba(222,4,4,1) 0%, rgba(178,2,2,1) 100%);
background: linear-gradient(to bottom, rgba(222,4,4,1) 0%, rgba(178,2,2,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0404', endColorstr='#b20202', GradientType=0 );

}
