#game-left {
   /* position:absolute;
    left:950px;
    top:360px;*/

    float:left;
    width:380px;
}

#game-right {
   /* position:absolute;
    left:950px;
    top:360px;*/
    background-image:url('/apps/pub/img/jagdfeld/wm_bg_wrap.gif');
    background-position:-20px -10px;
    background-repeat:no-repeat;
    width:180px;
    height:480px;
    background-color:#F7F7F7;
    float:right;
    position:relative;
    left:35px;
}

#game-right-mask{
      position:absolute;
      background-color:transparent;
      left:721px;
      top:381px;
      height:460px;
      width:170px;
}

#game-right iframe{
     /*border:1px solid gray;*/
     height:480px;
     width:180px;

}