body {
  margin           : 0;
  padding          : 0;
  color            : #FFF;
  font-size        : 11px;
  font-family      : "Lucida Grande", Verdana, Arial, sans-serif;
  background-color : #000;
}
a, a:visited,a:link, a:active {
  color           : #FFF;
  text-decoration : underline;
  border:none;
}
a:hover {
  color           : #FFF;
  text-decoration : underline;
}
a {
   outline:0;
}

/*a, img {*/
/*    border:none;*/
/*}*/
img {border:0; outline:none; border:none; }
embed, object {outline:none;}

/* -- Header -- */
#wrapperHeader {
  width:100%;
  height:48px;
  border-bottom:#747474 solid 2px;
}
#headerLeft {
  font-size:1px;
  margin:auto;
  background-image:url("../../images/site/header_left.jpg");
  background-position:top right;
  background-repeat:no-repeat;
}
#headerChrome {
  width:996px;
  height:48px;
}
#headerRight {
  font-size:1px;
  margin:auto;
  background-image:url("../../images/site/header_right.jpg");
  background-position:top left;
  background-repeat:no-repeat;
}

/* -- Ticket Widget -- */
#ticket-widget {
	height:33px;
	width:100%;
	position:absolute;
	z-index:2;
	top:50px;
}
#widget_form {
	width:640px;
	height:33px;
	margin-left:auto;
	margin-right:auto;
	background:url(../../images/ticketwidget/ticket-widget-base.png) no-repeat;
}
#widget_form .inline {
	float:left;
}


/* -- Content -- */
#wrapperFlash {
  height: 970px;
}
#flashContent {
  height: 970px;
}
#fb-like {
  display:none;
}

/* -- Footer -- */
#wrapperFooter{
  margin: 10px auto 0 auto;
}
#footerCentered {
  text-align: center;
}
#footerGlobal {
  margin: 60px 0 0 0;
}
.textOnlyLink {
  font-size: 14px;
}

#filmisnotyetrated {
  color:#FFFFFF; 
  text-decoration:none; 
  border:1px solid #FFFFFF; 
  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;
}