/* Generated by KompoZer ゲーム作成 */
body {
  color: white;
  background-color: black;
}
#container {
  border: 0px solid #333333;
  width: 750px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -300px;
  margin-left: -375px;
  line-height: 1.5em;
}
#picture {
  text-align: center;
  min-height: 250px;
  max-height: 400px;
}
#words {
  margin:20px;
}
#select {
  margin: 0 auto;
  width: 400px;
}
a,a:visited{color:#ffff00;}
a:hover{color:#ff0000;}
