@charset "utf-8";
/* CSS Document */

html {overflow-y:scroll;}

body {
	font-family: "Century Gothic", "Times New Roman", sans-serif;
	font-size: .8em;
	letter-spacing: .1em;
	font-weight: bold;
	text-align: center;
	color: white;
	background-color: black;
}

#menu {
  list-style: none;
  padding: 0 0 .25em 0;
  margin: auto;
  width: 780px;
  height: 50px;  
  position: relative;
}

#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}

#menu #currentpage a {
  background-position: left bottom; 
}

#menu a:hover {
  background-position: left center;
}

#menu .home {
  width: 100px;
  height: 50px;
  background: url(images/home_button.gif) no-repeat;
  left: 200px;
  top: 0px;
}

#menu .movies {
  width: 100px;
  height: 50px;
  background: url(images/movies_button.gif) no-repeat;
  left: 337px;
  top: 0px;
  border: 0;
}

#menu .contact {
  width: 100px;
  height: 50px;
  background: url(images/contact_button.gif) no-repeat;
  left: 474px;
  top: 0px; 
}

p.centered {
	width: 615px;
	margin: 1em auto;
}

p.titles {
	margin: .5em;
	color: #FEC75A;
	font-size: 1.5em;
	padding: 0;
}

a {
	color: #FEC75A;
	text-decoration: none;
}

a img {
	border: 0 none;
}

a.lowernav {
	font-size: .9em;
}

.movies_background {
	margin: 0 auto;
	width: 691px;
	height: 377px;
	background: url('images/movie_background.gif') no-repeat;
	}
	
.movies_text {
	line-height: 1.4em;
	font-family: "Century Gothic", "Times New Roman", sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: white;
	margin-top: .9em;
	}

.bonus_background {
	margin: 0 auto;
	width: 691px;
	height: 1200px;
	background: url('images/bonus_background.gif') no-repeat;
	}