body {
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*background-size: cover;*/
}
#buttonBar {
  width:1000px;
}
#contentContainer {
  margin: 0 auto;
  width:996px;
  border-left: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5;
  -moz-box-shadow: 0px -6px 11px 5px #bdbdbd;
  -webkit-box-shadow: 0px -6px 11px 5px #bdbdbd;
  box-shadow: 0px -6px 11px 5px #bdbdbd;
}
#mnuBtnMain > .submnuMain {
  display: none;
}
.submnuLeft {
  width:220px;
}
.submnuMain {
  width:442px;
}
.cornerTopRight{
  position:fixed;
  top:0;  
  right:0;
}
