#parallax { 
	position:relative; 
	overflow:hidden;
	width:1000px; 
	height:720px; 
	linkResponse: true;
}

body {background:#000; color:#FFF; font-family:Arial, Helvetica, sans-serif;}


h1	{font-size:12px; color: #666666; font-style: bold; text-align: left;}
p {font-size:10px; color: #666666; text-align: left; line-height: normal;}
h2	{font-size:12px; color: #666666; font-style: bold; text-align: left;}

DIV.feature-video {
	position: absolute;
	left: 0px;
	top: 50px;
	height: 100px;
	width: 100%;
	min-width: 1024px;
}

DIV.bio {
	position: absolute;
	left: 0px;
	top: 575px;
	height: 195px;
	width: 100%;
	min-width: 1024px;
}

DIV.credit
{
position: absolute; 
height: 50px; 
width: 800px;
left: 30%;
margin-left: -200px; 
top: 850px; 
font-size: 8pt;
font-family: Arial, Helvetica, sans-serif;
color: #666666;
}