/*------------------------------------------------
Author 	: Markus Spallek
Contact : mail@pleaseinsertcoin.de
Date: 23.10.2007
--------------------------------------------------*/
body { 
  background: rgb(255,255,255);
  font: .8em/1.3em verdana,arial,helvetica,sans-serif;
  color: #333333;
}

a {
  color: #333333;
  text-decoration: underline;
}

a:hover { 
  color: #000000; 
  text-decoration: none; 
}

#error {
  width: 550px;
  margin-left: 74px;
  margin-top: 10px;
  margin-bottom: 15px;
}

#flashcontent {
  width: 700px; 
  height: 600px; 
  position: absolute;
  left: 50%;
  margin-left: -350px;
  margin-top: 10px;
}

#gamecontent {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 720px; 
  height: 408px; 
  margin-left: 0px;
  margin-top: 0px;
}

