body{
	font-size:15px;
	font-family:cursive ;
	background:#C4FFD4;
}
h3{
	font-size: 20px;
}
a{
	text-decoration:none;
}
a:link{
	color:green;
	}
a:visited{
	color:blue;
}
a:hover{
	color:red;
}
#top{
	padding:30px 20px 20px 20px;
	margin-bottom:20px;
	width:980px;
	height:30px;
}
#main{
	width:980px;
}
#con{
	width:980px;
}
#left{
	padding:10px 0px 0px 10px;
	margin:0px;
	float:left;
	text-align:left;
	width:220px;
}
#left a{
	display:block;
}
#left a:link{
	color:green;
	}
#left a:visited{
	color:blue;
}
#top a:hover,#left a:hover{
	color:red;
}
#right{
	background:#ffffff;
	width:680px;
	padding:20px 30px 20px 30px;
	margin-left:10px;
	float:left;
	text-align:left;
}
.left{
}
.right{
	float:right;
}
.box{
	float:left;
}
.wav{
	float:left;
}
.cn{
	margin:10px;
	padding-left:10px;
}
.en a{
	border : 1px #000;
	border-bottom-style :dotted;
}
#playerinfo{
	height:20px;
	margin:0px;
	padding:0px;
}
#warning{
	text-align:center;
}
#help{
	display:none;
}
#footer{
	width:980px;
	text-align:center;
	float:left;
}