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;
        text-align: center;
        background-image: url(swim5.jpeg);
        background-repeat: no-repeat;
}
h1 {
    color: black;
    margin: 40px;
    font-size:2.3em;
}
h2 {
    color: yellow;
}
.outline {
    margin: auto;
    width: 600px;
    height: 100px;
    border: thin black solid;
}
.scrambles {
    margin: auto;
}
.scrambles td {
    border: thin green solid;
    padding: 10px;
    font-family: sans-serif;
    font-size: 1.1em;
}
#answers {
    color: blue;
    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 green solid;
      padding: 20px;
      margin: 30px;
}
#myData, button, #rightBox, #leftBox, #bottomBox {
    display: none;
}
button {
    font-size: .9em;
    padding: 10px;
    background-color: red;
    color: white;
    border: 4px outset red;
    margin: 30px;
}
#rightBox, #leftBox {
    font-family: sans-serif;
    width:160px;
    position:absolute;
    top:0px;
    font-size:.9em;
    font-weight: bold;
    color: green;
    background-color: yellow;
}
#leftBox {
    left:0px;
    border-right: thin solid green;
}
#rightBox {
    left:895px;
    border-left: thin solid green;
}
#bottomBox {
    border-top: thick solid blue;
}