html
{
  height: 100%;
  font-size: 62.5%;
}

body
{
  margin: 0px;
  background-color: #0f0f0f;
}

a
{
  border: none;
}

img
{
  border: none;
}

.topBorder
{
  height: 100%;
  background: url(../images/border.png) repeat-x;
}

.bottomBorder
{
  height: 100%;
  background: url(../images/border.png) repeat-x bottom;
}

#content
{
  height: 608px;
  width: 100%;
  margin-top: 16px;
  background-color: #505050;
}

img.disturbedurl
{
  margin-top: 4px;
  display: inline;
  float: left;
}

img.button
{
  margin: 40px;
  border: none;
}

a#pwn
{
  float: right;
  margin-right: 12px;
  margin-top: 250px;
}