/* CSS Document */

body, h1, h2, h3, h4, img, li, ol, ul, p, a, div, form, table {
	margin: 0px;
	padding: 0px;
	border: 0px;
} 

/* The style sheet above ensures that everything is reset to zero as some browsers by default add margin, paddings and borders*/

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 90%;
	text-align: center; /* this ensures the text aligns in the centre for internet explorer */
	background-color: #333;
	background-image: 
}

#container {
	width: 940px;
	background-color: #000;
	text-align:left;
	margin: 0px auto 0px auto; /* this ensures the text aligns in the centre for all other internet browsers */
	color: #FFF;	
}

#header {
	background-color: #000;
	text-align:center;
	color: #FFF;
	font-size: 30px;

}

#navigation {
	background-color: #000
	padding: 10px;
	text-align:center;
}

#navigation a {
	color:#FFF;
	text-decoration:none;
	margin-right: 20px;

}
.frame {
	margin-right: 15px;
}


#navigation a:hover {
	color: #FDEB6C;

}


#left {
	float: left;
	width: 900px;
	padding: 20px;

}

#right {
	text-align: center;

}

.clear {
	clear:both;

}

#middle {
	width: 910px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: center;
}

#footer {
	background-color: #09F;
	color:#FFF;
	text-align:center;

}

	#navigation ul {
	display: inline;
}
.centre {
	text-align: center;
}


a:link {
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	text-decoration:underline;
}

p {
	color: #FFF;
	font-size: small;
}
.bigframe {
	padding-right: 20px;
	padding-left: 20px;
}
.cdddddddd {
	color: #000;
}

#movie_selection {
	background-color:#202020;
	width: 910;
	height:95px;
	border:none;
	padding:none;
	margin:none;
	vertical-align: middle;
	text-align: center;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
