/* Neutralize styling: 
   Elements we want to clean out entirely
   and we reset the base font-size to 10px
---------------------------------------------------------------- */
html, body {
  margin: 0;
  padding: 0;
  font: normal 100.01%/1.5em Arial, sans-serif;
}
html { font-size: 62.5%; } /* 1em = 10px */
html { font-size: 12px; }

* { font-size: 12px; }

object 
{
  outline: none;
  display: block;
}

html {
  height: 100%;
  margin: 0 0 0px;
  padding: 0;
}
body {
  background: #BF0418 url(../images/fd_site.jpg) repeat scroll 0 0;
  color: #fff;
  height: 100%;
  text-align: center;
}

#flashobject
{
  width: 1108;
  height: 920px;
  border-top: 0 none;
  margin: 0 auto;
  text-align: left;
}