body {
  margin: 0 auto;
  padding: 0;
  background: #0a0a0a url(../images/background.png) repeat-x 0 0;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 10px;
}

h1 {
  font-size: 14px;
}

a {
  outline: none;
  color: #01c5fe;
}

a:hover {
  color: #fff;
}

img {
  border-style: none;
}

#container {
  width: 400px;
  height: auto;
  margin: 200px auto 0px auto;
}

div#stage {
  width:1300px;
  margin: 0 auto;
}

/* Firefox dashed border fix */

object {
  outline: none;
}