body {
	font-family: serif;
        font-size: 100%;
        background-color: white;
        text-align: center;
        margin: 0 auto;
}
#container {
	position:relative;
	margin:auto;
	width:1050px;
	text-align: center;
}
#mainContent {
	position: absolute;
	top:0px;
	left:162px;
	margin: 0;
	width:728px;
}
#scrambles {
    border-bottom: 4px dotted #993399;
    margin-bottom: 60px;
}
#scrambles p {
    margin: 0;
}
input {
	width: 24px;
	font-size:1.5em;
	text-align: center;
	cursor: default;
        border: thin black solid;
}
.jumble {
    border: none;
    margin:1px;
}
#answers {
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); /* IE 9 */
    -moz-transform:rotate(180deg); /* Firefox */
    -webkit-transform:rotate(180deg); /* Safari and Chrome */
    -o-transform:rotate(180deg); /* Opera */
      border: thin #993399 solid;
      padding: 20px;
      margin: 30px;
      border-radius:25px;
    -moz-border-radius:25px; /* Firefox 3.6 and earlier */
}

button {
    font-size: .9em;
    padding: 10px;
    background-color: #993399;
    color: #ffcc00;
    border: 4px outset #993399;
    margin: 30px;
    border-radius:25px;
    -moz-border-radius:25px; /* Firefox 3.6 and earlier */

}
#rightBox, #leftBox, #bottomBox, button, #myData, h2 {
    display: none;
}
#rightBox, #leftBox {
    font-family: sans-serif;
    width:160px;
    position:absolute;
    top:0px;
    font-size:.9em;
    font-weight: bold;
    color: #993399;
}
#leftBox {
    left:0px;
    border-right: thin solid #993399;
}
#rightBox {
    left:895px;
    border-left: thin solid #993399;
}