body {
  background-color: #fff;
  background-image: url(background.png);
  background-position: top left;
  background-repeat: repeat-x;
  color: black;
  text-align: center;
}

body, div, table, p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#start {
  margin-top: 20px;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 780px;
}

div.pane {
  visibility: hidden;
}

#start table {
  width: 100%;
}

#start td.intro {
  width: 290px;
}

#start td.difficulty {
  width: 280px;
}

#start td.news {
  width: 210px;
}

td.news table {
  width: 210px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

td.news table td {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}

td.news h3 {
  color: #007FFF;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

#start table td {
  width: 50%;
  vertical-align: top;
}

.difficulty div {
  height: 60px;
  margin: 0 0 5 0;
  padding: 0 0 0 0;
}

.difficulty img {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

#start h2 {
  color: #FF7E00;
  text-transform: uppercase;
}

.difficulty h3 {
  position: relative;
  top: -3px;
  color: #007FFF;
  font-size: 26px;
  margin: 0 0 0 0;
}

div.difficulty:hover {
  color: #008080 !important;
  margin-left: 3px !important;
}

div.difficulty, .difficulty img, .difficulty h3, .difficulty p {
  cursor: pointer !important;
}

.tile {
  position: absolute;
  width: 40px;
  height: 40px;
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  border: none;
}

.markup {
  width: 12px !important;
  height: 12px !important;
  color: black;
  opacity: 0.6;
  filter: alpha(opacity=60);
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-family: "Arial";
  font-size: 14px;
  overflow: hidden;
}

div.markup span, span.markup {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: relative;
  top: -2px;
  left: 0;
  width: 12px;
  font-family: "Arial";
  font-size: 14px;
  overflow: hidden;
  text-align: center;
}

.given {
  cursor: default;
}

#field {
  position: absolute;
  border: none;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

div#curtain {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: #000;
  color: #fff;
  text-align: center;
}

span, h1, h2, h3, td, p, div, body {
  font-family: "Trebuchet MS", "Trebuchet", "Arial", "Helvetica";
  cursor: default;
}

h1 {
  padding: 0 0 0 0;
  margin: 5 5 5 5;
  font-size: 24pt;
}

h3 {
  padding: 0 0 0 0;
  margin: 2 2 2 2;
  font-size: 12pt;
  font-variant: italic;
  text-transform: lowercase;
}

#top {
  width: 728px;
  height: 90px;
  margin: 5 auto 0 auto;
}

#bottom {
  position: absolute;
  width: 370;
  text-align: center;
  font-size: 10pt;
  opacity: 0.7; 
  filter: alpha(opacity=70);
}

a img {
  border: 0;
}

a {
  text-decoration: none;
  color: #007FFF;
}

a:hover {
  text-decoration: underline;
}

#credz, #credz a, #languages, #languages a, a .commentz {
  margin-top: 5px;
  color: #007FFF;
}

a .commentz {
  font-size: 8pt;
}

#restartactions table {
  margin-left: auto;
  margin-right: auto;
}

#restartactions td {
  vertical-align: bottom;
}

#restartactions td img {
  position: relative;
  top: 4px;
  margin-right: 5px;
}

.intro {
  margin-right: 20px;
  margin-bottom: 10px;
  text-align: justify;
}

.highscore {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  height: 28px;
}

#highscores {
  overflow: hidden;
}

.highscore small {
  font-size: 12px;
}

.highscore em {
  color: #FF2400;
  font-weight: bold;
}

#nameinput {
  visibility: hidden;
  display: none;
}

#selector {
  position: absolute;
  opacity: 0.6;
  filter: alpha(opacity=60);
  border: 1px solid black;
  -moz-border-radius: 9px;
  visibility: hidden;
  background: #fff;
  padding: 1px 1px 1px 1px;
}

#selector span {
  border: 1px solid transparent;
  font-family: "Arial";
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

#selector span:hover {
  color: red;
}

#time {
  visibility: hidden;
}

#giveupactions {
  text-align: right;
  width: 100%;
  margin-bottom: 5px;
}
