
	html,
	body {
		margin:0;
		padding:0;
		height:100%;
		background-color: black;
		text-align: center;
		font-family: Arial;
		color: #c6c6c6;
		/*overflow-x: hidden;*/
	}
	#container {
		min-height:100%;
		width: 100%;
		z-index: 10;
		position:absolute;
		top:0;
		left: 0;
	}
	#header {
		background:black;
		padding: 0 10px 10px 10px;
		background-image: url(../images/nav_line.gif);
		background-repeat: no-repeat;
		background-position: center bottom;
		text-align: center;
	}
	#body {
		padding:10px;
		padding-bottom:244px;	/* Height of the footer */
	}
	
.clear {
	clear: both;
}


#footer {
		position:absolute;
		bottom:0;
		width:100%;
		height:244px;			/* Height of the footer */
		text-align: center;
		left: 0;
}


#footer_featureContainer {
	height: 200px;
	width: 100%;
	text-align: center;
}

#footer_feature {
	height: 169px;
	width: 922px;
	margin: 0 auto;
}

#onDvd {
	height: 165px;
	float: left;
	width: 235px;
	text-align: right;
}

#inCinemas {
	height: 151px;
	margin: 10px 0 0 0;
	float: left;
	width: 120px;
}

#quotes {
	height: 147px;
	float: left;
	width: 426px;
	padding-top: 22px;
}

h1 {
	font-size: 19px;
	font-weight: bold;
	margin: 0px 0px 40px;
	padding: 0px;
	color: white;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: white;
}

.bodyLink {
	color: #c6c6c6;
	text-decoration: none;
}

.bodyLink:hover {
	color: yellow;
	text-decoration: none;
}

