body {
  margin:0;
  padding:0;
  color:#AAA;
  font-size:11px;
  font-family:"Lucida Grande", Verdana, Arial, sans-serif;
  background-color:#FFF;
}
a,
a:visited,
a:link,
a:active {
  color:#AAA;
  text-decoration:underline;
}
a:hover {
  color:#AAA;
  text-decoration:underline;
}

img {border:0; outline:none;}
embed, object {outline:none;}

/* -- Tracking Container -- */
#trackingContainer {
  position:absolute;
  top:-1000px;
  left:0;
}

/* -- Header -- */
#wrapperHeader {
  width:100%;
  height:50px;
  background-color:#000;
}
#headerChrome {
  width:996px;
  height:48px;
  margin:0 auto;
}

/* -- Content: Flash -- */
#wrapperContent,
#flashContent {
  height:965px; 
  background-color:#000;
	position:relative;
	top:0;
}

/* -- Content: No Flash -- */
#flashContentNone {
  width:900px;
  margin:0 auto;
  color:#AAA;
}
#flashContentNone h1,
#flashContentNone h2,
#flashContentNone h3 {
  margin:0;
  padding:0;
}

#flashContentNone h1 {
  font-size: 15px;
}

#flashContentNone h2,
#flashContentNone h3 {
  font-size:12px;
}

#flashContentNone p {
  margin:0 10px;
}
  
#flashContentNone ul,
#flashContentNone li {
  padding:0;
  margin:0;
  list-style:none;
  width:300px;
  display:block;
}

#flashContentNone ul {
  float:left;
  margin:0 0 30px 0;
}

#flashContentNone li a,
#flashContentNone li a:visited,
#flashContentNone li a:link,
#flashContentNone li a:active {
  font-weight:bold;
  color:#CCC;
  text-decoration:none;
}
#flashContentNone li a:hover {
  color:#CCC;
  text-decoration:underline;
}


/* -- Footer -- */
#wrapperFooter {
  margin: 10px auto 0 auto;
  position:relative;
}
#footerCentered {
  text-align:center;
  position:relative;
  width:996px;
  margin:0 auto;
}
#footerGlobal {
  margin: 60px 0 0 0;
}

#filmisnotyetrated {
  color:#AAAAAA; 
  text-decoration:none; 
  border:1px solid #AAAAAA; 
  font:bold 11px "Lucida Grande", Verdana, Arial, sans-serif;
  display:block; 
  width:240px; 
  height:23px; 
  margin:0 auto 10px; 
  padding-top:8px; 
  text-align:center;
}
#filmisnotyetrated a,
#filmisnotyetrated a:visited,
#filmisnotyetrated a:link,
#filmisnotyetrated a:active,
#filmisnotyetrated a:hover {
  color           : #AAA;
  text-decoration : none;
}
#footer_disclaimer {
  display: none;
  width:300px;
  position:absolute;
  right:0;
  bottom:5px;
  border:1px solid #AAA;
  font-family:"Lucida Grande", Verdana, Arial, sans-serif;
  font-size:11px;
  text-align:center;
  color:#AAA;
  padding:5px;
}

/* -- Game Container -- */
#gameOverlay {
  position:absolute;
  top:48px;
  left:0;
  height:965px;
  width:100%;
  background-image: url(../images/layout/spacer.gif);
  display:none;
}
#gameContainer {
  width:750px;
  height:500px;
  margin:50px auto 75px auto;
  background-color:#000;  
}