#loading {
  width: 100%;
  height: 100%;
  background: #c3c3c3 url(http://nextinterfaces.com/demo/images/icons/next-logo-white.png);
  /* background: #c3c3c3 url(images/loading7.png); */
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:center; 
}

#root {
  background: #ddd url(images/bg0.png) 0 0 no-repeat;
  width: 1024px;
  height: 600px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.bLeftMenu .b_ImageButton {
  margin: 5px 5px 0 5px;
}

.bTopMenu .content div {
  margin: 5px;
}

.bCommunityPage .b_ImageButton {
  float: left;
  padding: 0 10px 10px 0;
}

.bBclcPage .b_ImageButton {
  float: left;
  padding: 0 10px 10px 0;
}

.bNotificationPage {
  background: url(images/notification_bg.png) no-repeat;
}

.bTopCategoryMenu .b_ImageButton {
  float: left;
  padding: 0 10px 10px 0;
}

.bLeftMenu, .bNotifAll {
  z-index: 100;
}

.bGamesPage  .gameVideo {
  z-index: 8;
}
.bGamesPage .gameCover {
  z-index: 9;
}
.bGamesPage .gameTxt {
  z-index: 6;
}
.bGamesPage .game0 {
  z-index: 5;
}
.bGamesPage .game1 {
  z-index: 4;
}
.bGamesPage .game2 {
  z-index: 3;
}
.bGamesPage .game3 {
  z-index: 2;
}
.bGamesPage .game4 {
  z-index: 1;
}
