body {
  text-align: center;
}

body.yes {
  background: url(images/australia.gif) repeat;
}

body.no {
  background: #000;
}

h1 {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 100px/1;
  text-align:center;
  margin: 0 auto;
}

h1.yes {
  text-shadow: 0px 2px 0px #999, 0px 4px 0px #888, 0px 6px 0px #777, 0px 8px 0px #666, 0px 10px 0px #555, 0px 12px 0px #444, 0px 14px 0px #333, 0px 16px 14px #001135;
}

h1#yes {
  margin-top: 10%;
}

h1#fuck_yeah_cunts {
  line-height: 0.9em;
  
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);

  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  
}

#play {
  height: 219px;
  width: 219px;
  margin-left: -109px;

  position: absolute;
  top: 0;
  left: 50%;
}


.rowLine, .columnLine { background-color: #fff; position: absolute; opacity: 0.5; }
.rowLine { height: 1px; width: 100%; left: 0; }
.columnLine{ height: 100%; width: 1px; top: 0; }
