* {
	padding:0px;
	margin:0px;
}
body{
	font-family:Verdana,Tahoma;
	padding:0px;
	margin:0px;
}
a,a.hover{
	color:#0000ff;
}
h2{
	font-family:Verdana;
	color:#3080d0;
	font-weight:bolder;
	font-size:15px;
	margin-bottom:15px;
	margin-top:20px;
	text-align:center;
}
#info{
	margin:0px auto;
	width:700px;
	text-align:center;
	font-size:11px;
}
#hidden{
	margin:50px auto 0px auto;
	width:450px;
	text-align:center;
	font-size:24px;
	letter-spacing:5px;
}
#keyboard{
	margin:20px auto 0px auto;
}
#letters {
	border:1px solid #C3C3C3;
	text-align:center;
	padding:7px;
	width:220px;
	float:left;
}
#letters span{
	font-size:18px;
	font-weight:bolder;
	width:25px;
	color:#0000ff;
	cursor:pointer;
}
#pho,#bds{
	width:32px;
	height:20px;
	line-height:20px;
	margin-left:8px;
	text-align:center;
	float:left;
	cursor:pointer;
	font-weight:bolder;
	font-size:12px;
	border:1px solid #ddd;
	background:url(bg.gif) no-repeat;
	display:none;
}
#misspeled{
	position:absolute;
	top:100px;
	left:0px;
	width:100px;
	text-align:center;
	color:#ee5555;
	font-weight:bolder;
	font-size:12px;
	padding:5px;
	letter-spacing:2px;
}
.centered{
	width:600px;
	margin:0px auto;
}
#body {
	position:absolute;
	width:600px;
	height:300px;
}
.hang{
	position:absolute;
	top:0px;
	left:0px;
}
#dictionary{
	margin:20px auto 40px auto;
	font-size:12px;
	width:600px;
	text-align:center;
}
#dictionary select{
	border:1px solid #C3C3C3;
	font-size:12px;
}
#message{
	clear:both;
	margin:20px auto 20px auto;
	text-align:center;
	font-size:12px;
}