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:162px;
border:solid thin black;
text-align:center;
background-image: url("FlagOfScotland.jpg");
background-repeat: no-repeat;
background-position: center center;
}
table {
margin: 0 auto;
}
#wordBox {
font-size:1.3em;
font-weight:bold;
line-height:1.3em;
}
.found, h1, h2, .crossOut {
	color:red;
}
#puzzleBox {
font-size:1.7em;
font-weight:bold;
cursor:default;
}
#puzzleBox td {
width:32px;
height:20px;
background-color:white;
}
.studPick {
	color: RoyalBlue;
}
.crossOut {
	text-decoration: line-through;
}
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 , button, #bottomBox {
	display: none;
}
#rightBox, #leftBox {
width:160px;
position:absolute;
top:0px;
font-size:.9em;
color:#CC0000;
}
#leftBox {
left:0px;
}
#rightBox {
left:894px;
}