
	html { height:100%; }
	
	body { 
		background:url('../images/fakebg.jpg');
		xbackground-position:center 0;
		margin:0;
		padding:0;
		height:100%;
		color:#ffffff;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	#container {
		width:950px;
		height:600px;
		background:#000000;
		border:1px solid #1c1c1c;
		margin:0 auto;
		position:relative;
	}
	
	#header {
		width:950px;
		height:49px;
		background:url('../images/header.jpg') no-repeat;
		border-bottom:1px solid #151515;
	}
	
	#content {
		width:950px;
		height:500px;
		overflow:hidden;
		position:relative;
	}
	
	#footer {
		width:940px;
		height:39px;
		background:url('../images/footer.jpg') no-repeat;
		border-top:1px solid #151515;
		padding-left:10px;
		padding-top:12px;
	}
	
	#footer a:link, #footer a:active, #footer a:visited, #footer a:hover {
		display:block;
		border:0;
		float:left;
		margin-right:12px;
		opacity:.35;
		filter: alpha(opacity=35); 
		-moz-opacity: 0.35;
	}
	
	#footer a:hover {
		
		opacity:1.0;
		filter: alpha(opacity=1.0); 
		-moz-opacity:1.0;
	}
	
	#selected {
		opacity:1;
		filter: alpha(opacity=1); 
		-moz-opacity:1;
	}
	
	#footer img {
		padding:8px;
		border:0;
	}
	
	#contentframe {
		width:950px;
		height:450px;
		overflow:hidden;
		position:relative;
		background:#000000;
	}
	
	#subnav {
		width:950px;
		height:50px;
		background:url('../images/subnav.jpg') no-repeat #000000;
		position:relative;
		line-height:52px;
		font-size:11px;
	}
	
	#subnav a:link, #subnav a:active, #subnav a:visited, #subnav a:hover {
		text-decoration:none;
		color:#ffffff;

		font-weight:bold;
	}
	
	#subnav a:hover {
		text-decoration:underline;
	}
	
	.curtain {
		width:475px;
		height:500px;
		background:#000000;
		z-index:900;
		position:absolute;
		top:0px;
	}
	
	.subtext {
		padding-left:32px;
		margin-left:20px;
		background:url('../images/arrow.gif') no-repeat;
		background-position:0 center;
	}
	
	
	#curtainleft {	left:0px;	}
	#curtainright { left:475px; }
