body {
  margin: 0 auto;
  text-align: center;
  background-color: white;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
}
#container {
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 1024px;
}
#wkshtPage {
  margin:0 auto;
  position:absolute;
  text-align:center;
  left: 162px;
  width:700px;
  border: none;
}
table {
margin: auto;
width: 455px;
}
table td {
width:150px;
vertical-align:top;
}
button, #leftBox, #rightBox {
  display: none;
}
button {
  background-color: #3399cc;
  color: white;
  font-size: 1em;
  text-align: center;
  margin:20px;
  padding: 2px 10px;
  border: 5px outset #3399cc;
}
#leftBox, #rightBox {
  position: absolute;
  top: 0px;
  width: 160px;
  font-size: .9em;
  font-weight: bold;
  color: red;
}
#rightBox {
  left: 864px;
}