div:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }

a {
	font: 12px Verdana;
  color: #000;
	}

a:hover {
  color: #f81;
	}

a.img:hover {
  background-color: #fff;
	color: #fff;
  text-decoration: none;
	}

a img {
	background-color: #fff;
	color: #fff;
	text-decoration: none;
  border: 0;
  }

div:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

html {
  overflow-y: scroll;
  }

body {
	margin: 0;
	padding: 0;
  border: 0;
  background: #FFFFFF url('../images/bg.png') center;
	}

#top {
  height: 125px;
  background: url('../images/bg_top.png') repeat-x;
  }

#top img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

#middle {
  width: 100%;
  min-height: 360px;
  height:auto !important;
  height:360px;
  background: #FFFFFF url('../images/film_strip.png') top center no-repeat;
  }

#bottom {
  width: 100%;
  min-height: 60px;
  height:auto !important;
  height:60px;
  background: url('../images/bg_bottom.png') top repeat-x;
  }

#followus {
  clear: both;
  float: right;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  font: bold 1.3em Arial;
  text-align: center;
  }

#followus img {
  margin: 0 4px;
  vertical-align: -4px;
  }

#footer {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 994px;
  padding: 20px;
  text-align: center;
  }

#menu {
  /* Height needs to equal 66px */
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
  width: 972px;
  height: 58px;
	font: 12px Verdana;
  }

#content {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 16px 0;
  width: 980px;
	font: 12px Verdana;
  }

#content #right {
  float: right;
  width: 45%;
  }

#content #left {
  float: left;
  width: 45%;
  }

#content #left .title {
	font: bold 20px Verdana;
  text-transform: uppercase; 
	border-bottom: 1px #000 solid;
	}

#content #films {
  clear: left;
  margin-bottom: 20px;
  }

#content #films .year {
  font: bold italic 22px Verdana;
  }

#content #films div img {
  margin-right: 12px;
  width: 81px;
  height: 114px;
  padding: 2px;
  border: 1px #ddd solid;
  }

#content #films div img.arrow {
  margin: 3px 0 0 0;
  padding: 0;
  border: 0;
  height: 15px;
  }

#content #films div img.selectedfilm {
  border: 1px #fa0 solid;
  }

#content #film {
  margin-left: 50px;
  width: 50%;
  }

#content #film .title {
  font-size: 24px;
  font-weight: bold;
  }

#content #film .datetime {
  font-size: 18px;
  font-weight: bold;
  }
