
body {
	margin: 0;
	padding: 0;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #191919;
	color:#CCCCCC;
}

/* force firefox to set flash to 100% but hide scrollbar on IE \*/
html {
  height: 100%;
  overflow:hidden;
 
}
#flashcontent {
  height: 100%;
}




#flashcontent{
height:100%;
}




/* global nav */

#globalNav {
	background-repeat:repeat-x;
	height:50px;
	position: absolute;
	left: 0auto;
	width: 100%;
	background-position: bottom;
	top: 0px;
	text-transform:lowercase;
	color: #FFFFFF;
}

#globalNav .pipes {
	margin-right: 5px;
	margin-left: 5px;

}

#globalNav a:link {
	color:#ed982b;
	font-size:10px;
	text-decoration:none;
}

#globalNav a:hover {
	color:#ed982b;
	text-decoration:underline;
	font-size:10px;

}

#globalNav a:active {
	color:#ed982b;
	font-size:10px;
}

#globalNav a:visited {
	color:#ed982b;
	font-size:10px;
}

/* */
