tbody, html {
	background: #000000;
	color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#page {
	width: 780px;
	height: 600px;
	margin: 30px 0 0 20px;
}

#header {
	width: 100%;
	margin: 0 0 10px 0;
}

.logo img {
	border: none;
	margin: 0 0 10px 0;
}


.line {
	width: 100%;
	height: 2px;
	background: #FFFFFF;
}

#content {
	width: 100%;
	height: 500px;
	margin: 0 0 40px 0;	
	overflow: hidden;
}

.info {
	background: url('bg_info.jpg');
}

.film {
	background: url('bg_film.jpg');
}

.commercial {
	background: url('bg_commercial.jpg');
}

.music {
	background: url('bg_music.jpg');
}

.showreel {
	background: url('bg_showreel.jpg');
}

#inner {
	width: 760px;
	height: 427px;
	margin: 10px 0 0 10px;
	position: absolute;
}

.box {
	width: 350px;
	height: 197px;
	background: #000000;
	margin: 20px 0 0 20px;
	float: left;
}

.imdb {
	z-index: 2;
	margin: 178px 0 0 315px;
	width: 31px;
	height: 15px;
	position: absolute;
}

.imdb a img {
	border: none;
}

.pic {
	z-index: 1;
}

.pic a img {
	border: none;
	cursor: pointer;
}

#menu {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	height: 18px;
}

#menu li {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;

}

#menu li a {
	display: block;
}

#menu li a span {
	display: none;
}

a.showreel {
	width: 98px;
	height: 18px;
	background: url('menu.png') no-repeat;	
	background-position: 0 0px;	
}

a.showreel_sel {
	width: 98px;
	height: 18px;
	background: url('menu.png') no-repeat;	
	background-position: 0 -19px;	
}

a.film {
	width: 56px;
	height: 18px;
	background: url('menu.png') no-repeat;	
	background-position: -98px 0px;	
}

a.film_sel {
	width: 56px;
	height: 18px;
	background: url('menu.png') no-repeat;	
	background-position: -98px -19px;	
}

a.commercial {
	width: 116px;
	height: 18px;
	background: url('menu.png') no-repeat;	
	background-position: -154px 0px;	
}

a.commercial_sel {
	width: 116px;
	height: 18px;
	background: url('menu.png') no-repeat;	
	background-position: -154px -19px;	
}


a.music {
	width: 69px;
	height: 18px;
	background: url('menu.png') no-repeat;	
	background-position: -270px 0px;	
}

a.music_sel {
	width: 69px;
	height: 18px;
	background: url('menu.png') no-repeat;	
	background-position: -270px -19px;	
}

a.info {
	width: 31px;
	height: 18px;
	background: url('menu.png') no-repeat;	
	background-position: -339px 0px;	
}

a.info_sel {
	width: 31px;
	height: 18px;
	background: url('menu.png') no-repeat;	
	background-position: -339px -19px;
}

a.showreel:Hover {
	background-position: 0 -19px;	
}

a.film:Hover {
	background-position: -98px -19px;	
}

a.commercial:Hover {
	background-position: -154px -19px;	
}

a.music:Hover {
	background-position: -270px -19px;	
}

a.info:Hover {
	background-position: -339px -19px;	
}