/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
* { margin:0; padding:0 }
html {overflow-y: scroll; }
html, body {height: 100%; }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
a img { border: none; background: transparent none;} /* Gets rid of IE's blue borders */
a { outline-color: -moz-use-text-color; outline-style: none; text-decoration: underline; color: white; }	


/* UTILITY */
.floatleft {float: left; }
.floatright {float: right; }
.clear {clear: both; }

/* STRUCTURE */

#page-wrap {
	width: 990px;
	max-width: 990px;
	margin: 0 auto;
	height: 100%;
	}
	
body {
	background: url(images/background_new.jpg) no-repeat;
	background-color: #212121;
	}
	
#logo {
	background: url(images/logo_inversed.png) no-repeat top center;
	height: 138px;
	width: 990px;
	text-indent: -9999px;
	margin: 0 auto;
	margin-top: 30px;
	padding-bottom: 20px;
	}	
	
#movie-gallery {
	width: 990px;
	height: 348px;
	margin: 0 auto;
	}
	
#film-banner {
	width: 990px;
	height: 86px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
#footer {
	margin: 0 auto;
	padding-top: 5px;
	text-align: center;
	}
	
h4 {
	margin: 0 auto;
	font-size: x-small;
	font-family: sans-serif;
	color: white;
	}
	
p {
	font-family: sans-serif;
	color: white;
	font-size: 60.5%;
	}

a {
	font-family: sans-serif;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #753737;
}
a:active {
	text-decoration: none;
