body {
  background: #000000;
  color: #f0f0f0;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
}

input {
  border-color: #101010;
  border-style: solid;
  border-width: 1px;
  background-color: #202020;
  color: #c0c0c0;
  /*height: 15px;*/
  padding: 0px 5px;
  width: 85px;
}
.inputButton {
  border-color: #101010;
  border-style: solid;
  border-width: 1px;
  background-color: #202020;
  color: #c0c0c0;
  height: 19px;
  margin: 3px 0px 0px 0px;
  padding: 0px 5px;
  width: 20px;
}

#main_bg {
  background-image: url('../images/main_bg.jpg');
  float: left;
  height: 550px;
  margin: auto;
  position: relative;
  width: 632px;
}
#main_right {
  float: right;
  width: 160px;
}
#video {
  position: absolute;
  left: 30px;
  top: 40px;
}
#bottom {
  clear: both;
}
#center {
  margin: auto;
  text-align: center;
  width: 800px;
}
