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

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