body {
	font-family: "Courier New", courier, monospace;
	font-size:12px;
}

a {
	color:red;
	text-decoration:none;
}

#center-me {
	height: 600px;
	width: 1003px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -501px;
	display:block;
}

#centre_content{
	float:left;
	height: 600px;
	width: 700px;
	text-align:center;
}

.about-bkg{
	background-image:url(about.gif);
}

#splash_content{
	margin-top:54px;
}

#left_arrows{
	float:left;
	height: 510px;
	width: 157px;
	margin-top:58px;
}

.left_arrow_holder{
	float:left;
	width:157px;
	background-image: top left no-repeat;
}

#left_arrow_1{
	height:60px;
	background-image:url(left/slice_1.png);
}
#left_arrow_1:hover{
	background-position:157px 0px;
}
#left_arrow_2{
	height:67px;
	background-image:url(left/slice_2.png);
}
#left_arrow_2:hover{
	background-position:157px 0px;
}
#left_arrow_3{
	height:62px;
	background-image:url(left/slice_3.png);
}
#left_arrow_3:hover{
	background-position:157px 0px;
}
#left_arrow_4{
	height:62px;
	background-image:url(left/slice_4.png);
}
#left_arrow_4:hover{
	background-position:157px 0px;
}
#left_arrow_5{
	height:68px;
	background-image:url(left/slice_5.png);
}
#left_arrow_5:hover{
	background-position:157px 0px;
}
#left_arrow_6{
	height:56px;
	background-image:url(left/slice_6.png);
}
#left_arrow_6:hover{
	background-position:157px 0px;
}
#left_arrow_7{
	height:52px;
	background-image:url(left/slice_7.png);
}
#left_arrow_7:hover{
	background-position:157px 0px;
}
#left_arrow_8{
	height:83px;
	background-image:url(left/slice_8.png);
}
	
#right_arrows{
	float:left;
	height: 551px;
	width: 146px;
	margin-top:60px;
}

.right_arrow_holder{
	float:left;
	width:146px;
}

.right_arrow_holder:hover{
	background-position:146px 0px;
}

#right_arrow_1{
	height:60px;
	background-image:url(right/slice_1.png);
}
#right_arrow_1:hover{
	background-position:146px 0px;
}
#right_arrow_2{
	height:66px;
	background-image:url(right/slice_2.png);
}
#right_arrow_2:hover{
	background-position:146px 0px;
}
#right_arrow_3{
	height:64px;
	background-image:url(right/slice_3.png);
}
#right_arrow_3:hover{
	background-position:146px 0px;
}
#right_arrow_4{
	height:63px;
	background-image:url(right/slice_4.png);
}
#right_arrow_4:hover{
	background-position:146px 0px;
}
#right_arrow_5{
	height:62px;
	background-image:url(right/slice_5.png);
}
#right_arrow_5:hover{
	background-position:146px 0px;
}
#right_arrow_6{
	height:57px;
	background-image:url(right/slice_6.png);
}
#right_arrow_6:hover{
	background-position:146px 0px;
}
#right_arrow_7{
	height:54px;
	background-image:url(right/slice_7.png);
}
#right_arrow_7:hover{
	background-position:146px 0px;
}
#right_arrow_8{
	height:92px;
	background-image:url(right/slice_8.png);
}

.movies-holder{
	float:left;
	position:relative;
	width:620px;
	height: 495px;
	margin-left:64px;
	margin-top:138px;
}

.movie-single{
	float:left;
	width:190px;
	margin-right:24px;
	margin-bottom:45px;
	text-align:left;
}

#more-films {
	position: absolute;
	right: 10px;
	bottom: 100px;
	z-index:10000;
	cursor:pointer;
}

.movies-bkg{
	background-image:url(movies.gif);
}