/* BASIC PAGE PROPERTIES

movie
480
337

*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	font-family:monospace;
	text-align:center;
	font-size: 67%;
	background-color: #000;
}


a {
	outline: none;
	color: #333;
	text-decoration:none;
	}
a:hover {
	color:#333;
	text-decoration:underline;
}

/* MAIN BODY CONTAINERS */

	
#stage {
	overflow:hidden;
	text-align:left;
	margin: 0 auto;
	padding: 0;
	border: 0;
	font-size:1.4em;
	line-height:1;
	width: 800px;
	min-height: 600px;
	height: auto;
	background-color: #000;
	background-repeat:no-repeat;
} 

#stage h1 {
	margin:20px 0 0 160px;
	width:480px;
	height:82px;
	text-indent:-9999px;
	float:left;
	display:inline;
	background: url("../i/issue_nine.png") 0 0 no-repeat;
}
		

#stage h1 a {
	display:block;
	height:252px;
}
	
#player {
	margin: 30px 0 0 160px;
	float:left;
	display:inline;
	padding: 0;
	z-index:3;
	width: 480px;
	height: 336px;
	color: #fff;
	
}


	#player a {
		margin:0;
		border-bottom:0px solid #333;
		background:none;
		text-indent:-9999px;
		display:block;
		width: 480px;
		height: 336px;
		background:url("../i/tv_static.jpg") 0 -336px no-repeat;

	}

	#player a:hover {
		margin:0;
		border-bottom:0px solid #333;
		background:none;
		text-indent:-9999px;
		display:block;
		width: 480px;
		height: 336px;
		background:url("../i/tv_static.jpg") 0 0 no-repeat;

	}
		
		#player div.trailer#video {
			float:left;
			text-align:center;
			width: 480px;
			height: 336px;
			margin:0 auto 35px;
			padding: 85px 0 0 0;
			clear:both;
		
		}
		
		div.trailer#player object {
			width: 480px;
			height: 336px;
		
		}
			
	#stage ul {
		display:block;
		width:800px;
		height:44px;
		text-align:center;
		margin:39px auto 100px;
		padding: 1px 0 1px 0;
		list-style-type:none;
	}
	
		#stage ul li {
			margin:0;
			padding:0;
			outline: none;
			color: #333;
			text-decoration:none;
			display:block;
			}

	
			#stage ul li#broketape a {
				display:block;
				float:right;
				text-indent:-9999px;
				width:129px;
				height:18px;
				margin:0 160px 0 0;
				background: url("../i/broketape_logo.png") 0 0 no-repeat;
			}

			
	

.floatclear{
	clear:both;
}
