﻿h1 a
{
  text-decoration: none;
  color: #000;
}
#game {
  width: 640px;
}
td
{
  vertical-align: top;
}
select {
  width: 100px;
  display: block;
}
#canvas
{
  position: relative;
  width: 640px; height: 336px;
  background: #000;
}
.priority
{
  position:absolute;
}
.view
{
  position:absolute;
  overflow:hidden;
  z-index:100;
  left: 10px; top: 10px;
}
.view img
{
  position:absolute;
}
.gamepicker
{
  text-align: right;
}
.gamepicker h2
{
  color: #00C000;
}