body {
  background: #fff;
  margin: 0;
  padding: 0;
  font-size: 85%;
  color: #4c4c4c;
  height: 100%;
 }

html {
  height: 100%;
  overflow: hidden;
}

img {
  border: 0;
 }

div#flashContent {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width:  100%;
}

div#noflash {
  margin-top: 150px;
  margin-left: 50px;
}

div#noflash h1 {
  margin-bottom: 80px;
}

ul.credit {
  display: none;
}