a:link { text-decoration: none }
a:active { text-decoration: none }
a:visited { text-decoration: none }
a:hover { text-decoration: underline; color: #000000}

html, body {
		
background: #333 url('') repeat-y scroll top left;
        	
margin:0px 0px;
		
text-align:center;
		font-family: times,'georgia',serif;
		font-size:12pt;
		z-index:1;
		}

#invis {	
		position:relative;
		width:800px;
		margin: 0px auto;
		text-align:left;
		z-index:1;
		}

#menu {
		position:absolute;
		top:38px;
		left:299px;
		width:60px;
		height:425px;
		border-bottom: solid 0px #000000; 
		color: #aaf1ff; 
		background: transparent url('') no-repeat center top;
		z-index:4;
		}
		
#content {
		position:absolute;
		top:60px;
		left:44px;
		width:550px;
		height:451px;
		border: 1px #000 solid;
		color: #aaf1ff; 
		overflow:hidden;
		background: #002828 url('') no-repeat left top;
		z-index:3;
		}
		
#tv {
		position:absolute;
		top:0px;
		left:0px;
		width:800px;
		height:600px;
		border: solid 0px #000000; 
		color: #000000; 
		background: transparent url('images/tv.png') no-repeat center top;
		z-index:2;
		}

#tv-flash {
		position:absolute;
		left:0px;
		width:800px;
		height:600px;
		border: solid 0px #000000; 
		color: #aaf1ff; 
		background: transparent url('images/tv.png') no-repeat center top;
		z-index:5;
		}


iframe {
	position:relative;
	border: 1px solid #000;
	background-color:#000000;
	font-family: times,'georgia',serif;
		font-size:12pt;
		color:#aaf1ff;
		text-align:justify;
		overflow:auto;
		}
		
*html iframe
		{
border-color: #000;
filter: chroma(color=#000);
overflow:hidden;
}


#remote {
		border-bottom: solid 0px #000000; 
		color: #aaf1ff; 
		z-index:6;
		text-align:center;
		width:150px;
		}
		
.remote-content {
		padding-left:15px;
		}
