/* pal version */

#main {
  position: absolute;
  left: 60px;
  top: 160px;
  width: 600px;
  height: 356px;
  z-index: 1;
}

#bottom{
  position: fixed;
  left: 60px;
  bottom: 60px;
  width: 600px;
  height: auto;
  text-align: right;
  z-index: 1;
}
