body
{
  margin: 0;
  min-width: 800px;
  font-family: sans-serif;
  background-color: #333;
}

div#content
{
  margin: 0px auto;
  text-align:center;
  width: 1000px;
  background-color: #FFF;
}

td#top
{
  background-image: url(../images/page-topper.png);
  background-repeat: no-repeat;
  height: 79px; 
}

td#middle
{
  vertical-align: top;
  width: 816px;
}

td#left
{
  vertical-align: top;
  background-image: url(../images/left-stretch.png);
  background-repeat: repeat-y;
  width: 89px;
}

td#right
{
  vertical-align: top;
  background-image: url(../images/right-stretch.png);
  background-repeat: repeat-y;
  width: 95px;
}

div#left
{
  background-image: url(../images/left-menu-top.png);
  background-repeat: no-repeat;
  min-height: 374px;
  width: 89px;
}

div#right
{
  vertical-align: bottom;
  background-image: url(../images/right-menu-top.png); 
  background-repeat: no-repeat;
  min-height: 374px;
  width: 95px;
}

div#main
{
  margin: 20px 0px 0px 0px;
  min-height: 300px;
}

div#scroll_line
{
  position:relative; 
  top: 20px;
  width: 816px;
  height: 137px;
  overflow: hidden;
}

div#scroll_content
{
}

div.film_strip
{
  float:left;
  padding-top: 20px;
  padding-left: 16px;
  background-image: url(../images/film-strip.png);
  background-repeat: no-repeat;
  height: 137px;
  width: 86px;
}

img.movie_poster
{
  border: 0px;
}

div#footer 
{ 
  background-image: url(../images/bottom.png);
  background-repeat: no-repeat;
  height: 49px; 
  width: 1000px;
}

div#info_box
{
	width:300px;
	height: 100px;
	overflow: auto;
	font-size: 10pt;
	border: thin outset grey;
}

div#specials_container
{
  position:relative;
  top: 16px;
  width:100%;
  height: 24px;
}

div.specials_button
{
  padding: 4px;
  width: 200px;
  background-color: black;
}

div#midnight_movie
{
  border-top: 2px outset gray;
  border-left: 2px outset gray;
  float: right;
}

div#promotion_display
{
  border-top: 2px outset gray;
  border-right: 2px outset gray;
}

div.specials_button a
{
  color: white;
  text-decoration: none;
}


.hidden_popcorn
{
  cursor: pointer;
  position: relative;
  left: 55px;
}

.movie_table td
{
	vertical-align: top;
}
