div#messageBeforeGame, div#messageAfterGame {
  display:none;
  background: url("images/bg.png") no-repeat scroll 0 0 transparent;
  display: none;
  height: 500px;
  padding: 65px 15px 15px 15px;
  width: 670px;
  font-family: arial;
  margin-top: 90px;
}

div#messageBeforeGame p, div#messageAfterGame p {
  text-align: justify;
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  color: #410C04;
}

div#messageBeforeGame .bClose, div#messageAfterGame .bClose {
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    right: 15px;
    text-decoration: none;
    top: 10px;
}
.hiddenPic {display: none;}