/* CSS Document */
#container{
position:relative;
margin:40px auto auto auto;
height:640px;
width:800px;
}

#flash{
position:absolute;
top:0;
left:0;
width:800px;
height:600px;
}


#kingyo{
position:absolute;
top:0;
left:100px;
width:600px;
height:540px;
}
#kingyo img{
border:none;
}

#title{
position:absolute;
top:540px;
left:200px;
width:400px;
height:40px;
}
#title h1{
font-family:"Times New Roman", Times, serif;
font-stretch:expanded;
font-size:15px;
margin-left:50px;
margin-top:10px;
color:#654822;
}

#title h1 span{
font-size:12px;
color:#947853;
}
#enterflash{
	position:absolute;
	top:580px;
	left:300px;
	width:200px;
	height:40px;
}
