body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	color: green;
	text-align:center;
	margin:0 auto;
	background-color:white;
}

#container {
position:relative;
margin:auto;
width:1048px;
text-align:center;
}
#mainContent {
	position: absolute;
	left:0px;
	top:0px;	
}
h1 {
	color:red;
	margin-bottom:0;
}
table {
margin: 0 auto;
border: thick red groove;
}

#puzzleBox {
font-size:2.0em;
font-weight:bold;
color:black;
}

#puzzleBox td {
width:36px;
}
img {
	width: 135px;
	height:135px;
}
button {
	font-size:.9em;
	font-weight:bold;
	color: white;
	background-color:red;
	margin:12px;
	padding:2px;
}
p {
margin-top:0px;
margin-bottom:10px;
}

#rightBox, #leftBox {
width:160px;
position:absolute;
top:0px;
font-size:.9em;
color:red;
}
#leftBox {
left:0px;
}
#rightBox {
left:888px;
}
button, #topMiddleAd, #rightBox, #leftBox {
display: none;
}