@charset "utf-8";
/* CSS Document */
body {
	background: #000 url(bg.jpg) no-repeat scroll 50% 0;
	padding: 0;
	margin: 0;
	font-family: Georgia,"Times New Roman",Times,serif;
}
a a:active a:visited {
	text-decoration: none;
	border:none;
	outline: none;
}
a:focus{
	-moz-outline-style: none;
}
#logo {
	height:125px;
	width:201px;
	position:absolute;
	display:block;
	background:url(logo.png) no-repeat;
	top:50px;
	left:50%;
	margin-left: -100px;
}
#motel-diaries {
	height:117px;
	width:242px;
	display:block;
	position:absolute;
	left:50%;
	top:390px;
	margin-left: 205px;
	overflow:hidden;
	background: url(motel-diaries.png) no-repeat;
}
#motel-diaries a {
	height: 61px;
	width: 235px;
	display: block;	
	overflow:hidden;
	margin:36px 0 0 7px;
}
.motel-diaries-hover {
	background-position: 0 -117px !important;
}
#production {
	height:124px;
	width:231px;
	display:block;
	position:absolute;
	left:50%;
	top:448px;
	margin-left: -93px;
	overflow:hidden;
	background: url(production.png) no-repeat;
}
#production a {
	height: 70px;
	width: 231px;
	display: block;
	overflow:hidden;
	margin-top:32px;
}
.production-hover {
	background-position: 0 -124px !important;
}
#showreel {
	height:129px;
	width:202px;
	display:block;
	position:absolute;
	left:50%;
	top:430px;
	margin-left: -405px;
	overflow:hidden;
	background: url(showreel.png) no-repeat;
}
#showreel a {
	height: 53px;
	width: 171px;
	display: block;	
	overflow:hidden;
	margin: 33px 0 0 12px;
}
.showreel-hover {
	background-position:0 -129px !important;
}
#footer {
	top:650px;
	position:absolute;
	width: 341px;
	height: 104px;
	left:50%;
	margin-left: -170px;
}
#footer h3 {
	color:#666;
	float:left;
	font-size:9px;
	height:14px;
	padding:30px 0 24px;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-weight:normal;
}
#bephatlogo {
	height:68px;
	float:left;
	display:block;
	width:116px;
	margin:0 20px;
	background: url(bephatlogo.png) no-repeat;
}
#trr-logo {
	float:left;
	height:16px;
	margin: 10px 150px;
	width:41px;
	background: url(trr-logo.png) no-repeat;
}