body
{
  font-family: verdana;
  font-size: 100%;
  background-color: #444444;
}

#Back
{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;

  background-color: #ffffff;
  opacity:0.6;
  filter:Alpha(opacity=60);
}

#Copyright
{
  position: fixed;
  bottom: 0;
  right: 0;
  white-space: nowrap;
  color: #777777;
  font-size: 10px;
  text-align: right;
}

#Copyright a
{
  color: #777777;
  text-decoration: none;
}

#Copyright a:hover
{
  color: #222222;
}

.NoWrap
{
  white-space: nowrap;
}



#Player1, 
#Player2
{
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  overflow: hidden;
  color: #888888;
  white-space: nowrap;

  border-width: 3px 0 3px 0;
  border-color: #000000;
  border-style: solid;

  background-color: #ffffff;

  padding: 1.5% 0 2.5% 0;
}
#Player1Value, 
#Player2Value
{
  color: #555555;
}

#Player1
{
  top: 5%;
}

#Player2
{
  top: 40%;
}


#TimerInfo
{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.5%;
  text-align: center;
  color: #ffffff;

  opacity:0.6;
  filter:Alpha(opacity=60);
}

#TimerInfo a
{
  color: #ffffff;
  text-decoration: none;
  display: block;
}

#ToggelInfo
{
  display: none;
}

#Info {
  display: none;
}

#ClickThis
{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}