body {
    background: #7c4ddc;
    margin: 0 auto;
    text-align: center;
    font: 14px 130% "Comic Sans MS",Verdana, Arial, sans-serif;

}
#wrapper {
  background: #7c4ddc;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  }
#subwrapper {
  background: transparent url(images/main/topback.jpg) top center no-repeat;
  margin: 0 auto;
  padding: 30px 0 0px;
}

#content {
  background: transparent;
  padding: 120px 0 0;
}
#timedzfloatcontainer {
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 980px;
  height: 0px;
}

#timedzfloat {
	position: absolute;
    top: -30px;
    left: -30px;
  z-index: 3;
  display: none;
}
#timedzfloat img {
  border: none;
}

  #movieintro {
  background: transparent;
}


#footer {
 background: transparent;
  width:1000px;
 text-align: center;
 margin: 0 auto;
 padding: 0 0 20px;
 }
#footer p {
 font: 90% "Comic Sans MS",Verdana, Arial, sans-serif;
  text-align: left;
  color: #bceb96;
  background: transparent;
  margin: 0;
 padding: 10px 0 0 10px;

}

#footer h2.h2footer {
 font: italic bold 150% "Comic Sans MS",Verdana, Arial, sans-serif;
  margin: 0;
  padding: 10px 0;
  color: #fff;
}
ul#footernav {
 margin: 0;
 padding: 10px 0 0;
 width: 60%;
 color: #bceb96;
 background: transparent;
 float: right;
 font: 85% "Comic Sans MS",Verdana, Arial, sans-serif;
 list-style-type: none;
}
ul#footernav li {
  display: inline;
}
ul#footernav li a:link, ul#footernav li a:visited{
 color: #bceb96;
 background: transparent;
 text-decoration: none;
 text-align: center;
 }
ul#footernav li a:hover{
 color: #e8fdc4;
 background: transparent;
 text-decoration: underline;
  }
#oldbrowser {
  display: none;
}





