#content
{
  top: 100px;
  left: 50%;
  margin-left: -250px;
  background: none;
  width: 500px;
  height: 500px;
  color: white;
}

#content .contentHolder
{
  width: 500px;
  background: none;
  height: 500px;
}

#content .contentHolder table tr td
{
  text-align: center;
}

#content .contentHolder table tr td p
{
  text-align: center;
}

h1, h2, h3, p, td
{
  color: white;
}

td
{
  font-size: 12px;
}

h1
{
  font-weight: bold;
  font-size: 50px;
}

h3
{
  font-weight: bold;
}