/* hide from ie on mac \*/	
html {		
	height: 100%;
	overflow: hidden;	
}

#flash {		
	height: 100%;
	width: 100%;	
}
/* end hide */	

body {
	cursor: default;	
	height: 100%;
	margin: 0;		
	padding: 0;		
	background-color: #000000;	
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 11px;
}
h1{
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 13px;
	text-decoration: underline;
}
#rawtxt{
	background-color: #000000;	
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 12px;
}
img{
	border: 0px;
}
a:hover{
	color: #93a12b;
}
a{
	color: #222222;
	text-decoration: none;	
}
a:visited{
	color: #222222;
}

#splash{
	position: absolute; 
	top: 50%;
	left: 50%;
	margin: 0 auto; 	
	margin-top: -195px;
	margin-left: -175px;
}

#subline{
	font-family: tahoma;
	font-size: 10px;
	text-align:center;
	color: #222222;
	position: absolute;
	margin: 0 auto;
	top: 50%;
	left: 50%;
	margin-top: 130px;
	margin-left: -165px;  
	text-align:center;	
}

#top{
	position: absolute; 
	left: 50%;
	margin: 0 auto; 	
	margin-left: -205px;
}