﻿body
{
  // background: black url('images/IMDBposter.jpg') no-repeat fixed center;
	background: black;
}

.homepage
{
  color: #0;
  margin: 0;
  padding: 0;
  height: 1000px;
  position: relative;
}

.infoBlock
{
	color: white;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	position: absolute;
}

.homepage img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

.timebar 
{
	position: absolute; 
	text-align: center; 
	width: 55px; 
	background-color: #F9F3CB;
}
