/* Generated by KompoZer ゲーム作成 */
body 	{color: white;
  		background-color: #ffffff;
  		text-align: center}
  
  
#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	 {color: #000000;
		margin: 10px;}
		
#select 	{margin: 0 auto;
  			width: 400px;}
  			
a,a:visited{color:#cc3300;}
a:hover{color:#ff0000;}

button	{padding:5px;
			
				
				width:150px}
