body{
  background: #5AA87B url('./bg.png') top left repeat-x;
  margin: 0;
  padding: 0;
  text-align:center;
  font-size:13px;
  font-family:Verdana, Helvetica, Arial, sans-serif;
}

iframe#game{
  height:640px;
  width:960px;
  border:none;
  position:relative;
  top:5px;
  overflow:hidden;
  margin:0 auto;
}



div#container{
  width:1160px;
  height:840px;
  margin:0 auto;
  background:url('./game_frame.png') top center no-repeat;
}

div#container2{
  width:1040px;
  height:32px;
  margin:0 auto;
  background: transparent;
}

div.break{
  width:100%;
  height:70px;
  clear:both;
}

div.medbreak{
  width:100%;
  height:40px;
  clear:both;
}

div.smallbreak{
  width:100%;
  height:10px;
  clear:both;
}

div.smallbreak2{
  width:100%;
  height:1px;
  clear:both;
}

img
{  border-style: none;
}