body {
  font-size: 10pt;
  font-family: verdana, sans-serif;
  color: #322f3f;
}

a {
  text-decoration: underline;
  color: #322f3f;
}

a.visited {
  color: #4f4b63;
}

img {
  border: 0;
}

pre {
    border: 1pt dashed black;
    white-space: pre;
    font-size: 8pt;
    overflow: auto;
    padding: 5px 10px 5px 10px;
	background : white;
	color : black;
}

#container {
  width: 630px;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0px auto;
}

.centered {
  text-align: center;
  margin: 0px auto;
}

.topbar {
  background-image: url('images/top_bar.png');
  height: 34px;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

.bottombar {
  background-image: url('images/bottom_bar.png');
  height: 34px;
  background-position: center;
  background-repeat: no-repeat;
}

#bottomtext {
  margin: 10px;
  padding: 10px;
  font-size: 8pt;
}

#menu {
  vertical-align: center;
  text-align: center;
}

#toptext {
  margin: 10px;
  padding: 10px;
  font-size: 8pt;
}

#news {
  float: right;
  margin: 10px 10px 10px 10px;
  width: 250px;
  height: 150px;
  border-width: 1px;
  border-style: dotted;
  border-color: #c39e3c;
  padding: 5px;
}

#content {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 110%;

  margin-left: 10px;
  margin-right: 10px;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
}

#onlineplayers {
  float: right;
  padding: 5px;
  line-height: 110%;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 8pt;
  border-width: 1px;
  border-style: dotted;
  border-color: #c39e3c;
}

#announce {
  float: right;
  padding: 5px;
  line-height: 110%;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 8pt;
  border-width: 1px;
  border-style: dotted;
  border-color: #c39e3c;
}

#playbutton {
  float: left;
  padding: 5px;
}