/**********************/
/*    Page Defaults   */
/**********************/

body {
	background-color: #2D50A1;
}
.wrap {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	background-color: #2D50A1;
}

.flexslider {
	max-width: 768px;
	position: relative;
	margin: 5px auto;
	text-align: center;
	margin-bottom: 80px;
}
.footer {
	position: relative;
	bottom: 0;
	margin: 0 auto;
	text-align: center;
	z-index:999;

}
.direction {
	position: relative;
	margin: 0 auto;
	text-align: center;
	color: orange;
	font-weight: bold;
}
.movie {
	position: relative;
	margin: 50 auto;
	text-align: center;
	color: Black;
	font-weight: bold;
}

/**********************/
/*        Text        */
/**********************/
h1 {
	color: white; 
	text-align:center; 
	font-size:32px;
	padding: 10px;}
.footer a {
	color: white;
	font-weight: bold;
	padding: 10px;
}
.direction a {
	color: black;
	font-weight: bold;
	padding: 10px;
}
.movie a {
	color: yellow;
	font-weight: bold;
	padding: 10px;
}