body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#3366FF;
	background-color:white;
	text-align:center;
	margin:auto;
}
h1 {
	margin-bottom:5px;
}
#container {
	position:relative;
	margin:auto;
	width:1048px;
	text-align: center;
}
#mainContent {
	position: absolute;
	top:0px;
	left:0px;
	margin: 0;
	width:728px;
}
#msgBox {
	font-weight:bold;
	color:red;
	background-color:yellow;
}
table {
	padding:15px;
}
h2, #gapText, #missingBoxes {
	color: black;
}
#gapText {
	text-align: left;
	font-size:1.1em;
	line-height:170%;
	margin-left:15px;
	margin-right:20px;
}
input {
	width: 80px;
	font-size:1em;
	text-align: center;
}
.wordBox {
	margin-bottom:10px;
}
button, #leftBox, #rightBox, #msgBox, #bottomBox {
	display: none;
}
button {
	color: white;
	background-color:#3366FF;
	margin:10px;
	padding:3px;
	font-size: .9em;
	border: 5px outset #3366FF;
}

#rightBox, #leftBox {
	position:absolute;
	top:0px;
	width:160px;
	font-size:.9em;
}
#leftBox {
	left:0;
}
#rightBox {
	left:888px;
}
#rightBox p, #leftBox p{
margin-top:10px;
margin-bottom:0px;
}