
body {
  background-color: #000;
  color: #00FF00;
  
  font-family: "Courier";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2em;
}

.gameContainer {
  position: relative;
  padding-left: 20%;
  padding-right: 20%;
  padding-top: 5%;
}

.link {
  
}
.link:hover {
  background-color: #00FF00;
  color: #000;
  cursor: pointer;
}
#game {
  text-align: center;
}
#leftContain {
  position: relative;
  float: left;
  width: 75%;
}
#staticInfo {
  background-color: #004400;
}
#status {
  background-color: #004400;
}
#choices {
  background-color: #004400;
  padding-bottom: 20px;
  overflow: auto;
}
#choiceColLeft {
  width: 50%;
  float: left;
}
#choiceColRight {
  width: 50%;
  float: right;
}
#log {
  clear:top;
  position: relative;
  top: 0px;
  text-align: left;
  float: right;
  width: 250px;
  width: 25%;
  min-height: 400px;
  background-color: #002200;
}



