#game { 
  background: #fff;
  border: 2px solid #fff;
  width: 640px;
  height: 310px;
  overflow: hidden;
}

#test, a:link {
 color: #fff;
 text-decoration: none;
 font-family: Arial, Helvetica, Verdana;
 font-weight: bold;
 font-size: 18px;
 background: #000; 
 padding: 5px;
}

#splashscreen {
  background-image: url('../images/WORM_breakout(animated).gif');
  background-repeat: no-repeat;
  width: 640px;
  height: 480px;
  border: 2px solid #fff;
}

.framework {
  background: #000; 
  color: #000;
  text-align: center;
}

#placeimage {
  margin-top: 100px;
  margin-left: 100px;
  width: 150px;
  height: 150px;
  border: none;
}

#viewport { 
  background: #000;
  text-align: center;
  width: 640px;
  height: 345px;
  overflow: hidden;
}

#readout { 
  color: #fff;
  font-family: Times, Times New Roman, Georgia;
  font-size: 0.75em;
  font-weight: bold;
  text-align: center;
  float: left;
  padding-left: 25px;
  padding-top: 10px;
}

#logo {
  width: 640px;
  height 30px; 
  background: #fff;
  background-image: url('../images/banner_top.gif');
  background-repeat: no-repeat;
  border-bottom: 2px #fff solid;
}

#freespace1 {
 padding-top: 15px; 
 padding-bottom: 10px; 
 margin-left: 470px;
}

#freespace2 {
 padding-top: 15px; 
 padding-right: 15px;
 padding-bottom: 10px; 
 float: right;
}

#playfield {
 width: 100%;
 background: #000; 
 color: #fff;
 font-size: 1.5em;
 text-align: center;
}

#controls {
  height: 50px;
  width: 640px;
  border: 2px solid #fff;
  background-image: url('../images/background_messages.png');
  background-repeat: no-repeat;
}

#buttons {
  float: right;
}