@charset "UTF-8";
/*---------------basic styling-------------*/
* {
	margin: 0px;
	padding: 0px;
}

body, html	{
	margin: px;
	padding: px;
	background-color: #2E2E2E;
}
	
/*---------------sets the margin on html-----------*/
#body {
	text-align: center
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-image: url(../images/5films_information.gif);
	}
	
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 1040px;
	text-align: left;
	background-color: #2E2E2E;
	}
	
	#clear {
		clear:both;
		}
/*--------------position container elements---------*/

#header{
	position:relative;
	height: 100px;
	width:1000px;
}
#title	{
	height: 50;
	width:1000px
}
#navbar {
	float: left;
	width: 160px;
	height: 640px;
	float: left;
	padding-right: 20px;
}
#content {
	position: relative;
	float: none;
	width: 1000px;
	height:640px;
	padding: 30px;
	}
#caption {
	height: 50px;
	width: 1000px;
	padding-top: 10px;
}
#footer {
	height: 160;
	width: 1000;
	top: 80px;
	}
