body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	color: black;
	text-align:center;
	margin:0 auto;
	background-color:white;
}
#container {
position:relative;
margin:auto;
width:1056px;
}
#mainContent{
margin:auto;
width:728px;
top:0px;
left:0px;
text-align:center;
}
table {
margin: 0 auto;
}
#wordBox {
font-size:1.0em;
font-weight:bold;
line-height:1.3em;
}

#puzzleBox {
font-size:1.5em;
font-weight:bold;
cursor:default;
}
#puzzleBox td {
width:24px;
height:20px;
background-color:white;
}
.wordListTable {
	width: 380px;
}
.wordListTable td {
	width:190px;
	border: solid thin black;
	padding: 25px;
}
button, #rightBox, #leftBox, #bottomBox, h2 {
	display: none;
}
button {
	font-size:1em;
	font-weight:bold;
	color: white;
	background-color:RoyalBlue;
	margin:12px;
	padding:5px;
}
p {
margin-top:0px;
margin-bottom:10px;
}
#rightBox, #leftBox {
width:160px;
position:absolute;
top:0px;
font-size:.9em;
color:#CC0000;
}
#leftBox {
left:-160px;
}
#rightBox {
left:894px;
}