html {height: 100%;}  /*‚‚³100%‚ÉŽw’è*/
body {
  margin: 0;
  padding: 0;
  position: relative;
  min-width: 600px;  /*’†‰›”z’u‚·‚éƒ{ƒbƒNƒX‚Ì‰¡•*/
  min-height: 400px;  /*’†‰›”z’u‚·‚éƒ{ƒbƒNƒXc•*/
  background-image: url("../image/topbg.gif");
	text-align: center;
}
.centerMiddle {
  position: absolute;  /*body—v‘f‚É‘Î‚µ‚Äâ‘Î”z’u*/
  top: 50%;  /*ã’[‚ð’†‰›‚É*/
  left: 50%;  /*¶’[‚ð’†‰›‚É*/
  width: 600px;  /*‰¡•*/
  height: 400px;  /*c•*/
  background-image: url("../image/topbg.gif");
}

#swf {
	text-align: center;
	line-height: 1.6em;
	margin: 10px;
}

