body {
 margin: 0px;
 padding: 0px;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 0.7em;
 background-color: #000;
 background-image: url(../../images/background.jpg);
 background-repeat: no-repeat;
 background-position: center top;
 height: 101%;
 width: 100%;
 color: #FFF;
}
#mainContainer {
 width:799px;
 padding: 0px;
 margin:0px auto 0px auto;
 background-image: url(../../images/bg-tile.png);
 background-repeat: repeat-y;
}
#topContainer {
 width:799px;
 background-image: url(../../images/header.png);
 background-repeat: no-repeat;
}
#headerContainer { height:100px; }
#languageContainer {
 height:30px;
 text-align: right;
}
#navigationContainer { height:240px; }
#bottomContainer {
 width:799px;
 background-image: url(../../images/footer.png);
 background-repeat: no-repeat;
 background-position: bottom;
}
#navigationContainer #flashArea {
 width: 251px;
 height:237px;
 position: absolute;
 float: left;
 margin-left: 196px;
 background-image: url(../../images/flashBg.png);
 background-repeat: no-repeat;
}
#leftContainer {
 margin: 0px;
 padding: 0px;
 float: left;
 width: 196px;
 text-align: center;
 height:450px;
}
#leftContainereng {
 margin: 0px;
 padding-top: 20px;
 float: left;
 width: 196px;
 text-align: center;
 height:450px;
}
#leftContainerrus {
 margin: 0px;
 padding-top: 20px;
 float: left;
 width: 196px;
 text-align: center;
 height:450px;
}
#contentContainer {
 margin: 0px;
 padding: 0px;
 float: left;
 width:603px;
}
#statusContainer {
 height:104px;
 margin-top: 6px;
 background-image: url(../../images/status.png);
 background-repeat: no-repeat;
 background-position: right;
}
#statusContainer {
 height:64px;
 background-image: url(../../images/status.png);
 background-repeat: no-repeat;
 background-position: right;
}
#statusContainer2 {
 height:60px;
 text-align: center;
}

/*#contentArea {
 filter:alpha(opacity=60);
 -moz-opacity:.60;
 -khtml-opacity: 0.5;
 background-color: #303642;
}*/
#contentContainer #contentTop {
 width:570px;
/*background-color: #303642;
 filter:alpha(opacity=40);
 -moz-opacity:.40;
 opacity:.40;*/
 background-image: url(../../images/contentHeader.png);
 background-repeat: no-repeat;
 background-position: top;
}
#contentContainer #contentCenter {
 width:570px;
 float:right;
 margin-right: 10px;
 background-image: url(../../images/contentCenterTile.png);
 background-repeat: repeat-y;
 background-position: -6px;
}
#contentContainer > #contentCenter {
 margin-right: 30px;
}
#contentContainer #contentBottom {
 width:570px;/*background-color: #303642;
 filter:alpha(opacity=40);
 -moz-opacity:.40;
 opacity:.40;
 background-image: url(../../images/contentTile.png);
 background-repeat: repeat-y;
 */
 background-image: url(../../images/contentFooter.png);
 background-repeat: no-repeat;
 background-position: bottom;
}
#contentContainer #contentTitle{height:50px;}