#hidden {
	margin: 50px auto 0px auto;
	width: 450px;
	text-align: center;
	letter-spacing: 5px;
	font-family: 'Courier New', Courier, monospace;
	font-size: 28px;
	font-weight: bolder;
}

#letters {
	margin: 60px auto;
	border: 1px solid #C3C3C3;
	padding: 7px;
	text-align: center;
	max-width: 460px;
}

#letters span {
	text-align: center;
	display: block;
	float: left;
	font-family: 'Courier New', Courier, monospace;
	font-size: 28px;
	font-weight: bolder;
	width: 30px;
	line-height: 30px;
	color: #0000ff;
	cursor: pointer;
}

#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 {
	max-width: 600px;
	margin: 0px auto;
	text-align: center;
}

#body {
	position: absolute;
	width: 600px;
	height: 400px;
}

.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;
}
