html {
	-webkit-text-size-adjust:none;
}

body {
	background-color:#000000;
	margin:0px;
	color:#787878;
	font-family: Lucida Grande, monospace, Courier;
	font-size:11px;
	letter-spacing:-0.1px;
	line-height:13px;
	width:860px;
}
a:focus { 
    outline: none; 
}
a:link {
	color: #787878;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #787878;
}
a:hover {
	text-decoration: none;
	color: #787878;
}
a:active {
	text-decoration: none;
	color: #787878;
}
p{
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	margin-top:0px;
	margin-bottom:12px;
	margin-left:0px;
	margin-right:0px;
}
img{
	border:0px;	
}
#slidesintro{
	position: absolute;
	left:25px;
	top:143px;
	width:843px;
}
#showreel1{
	position: absolute;
	left:25px;
	top:163px;
	width:810px;
	overflow:hidden;
	display:none;
}

#showreel2{
	position: absolute;
	left:25px;
	top:163px;
	width:810px;
	overflow:hidden;
	display:none;
}
#nojavascript{
	position: absolute;
	left:25px;
	top:130px;
	width:802px;
	z-index:10;
	padding:5px;
	background-color:#ff0000;
	color:#000000
}


