* {
  margin: 0;
  padding: 0;
}
body {
  background: #000;
  color: #FFF;
}

/* Flash layout
------------------------------------------------------------------------------*/
html, body {
  height: 100%;
}

#flashOut {
  height: 100%;
  width: 100%;
}
#flashMinWidth {
  height: 100%;
}
#flashMinWidthM, #flashMinWidthP {
  height: 100%;
}
* html #flashMinWidthM {
  height: auto;
	margin-left: -970px;
}
* html #flashMinWidthP {
  height: auto;
	padding-left: 970px;
}
#flashScroll {
  margin-bottom: -600px;
  height: 600px;
  position: relative;
  width: 970px;
}
#content {
  min-width: 970px;
  min-height: 600px;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#web {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
