body { 
	position:relative;
	background: #132242;
	font: 9pt "Trebuchet MS", sans-serif;
	background-repeat: repeat-x;
	background-image: url('images/intro_bg.gif');
	color: #807D7D;
	margin: 0px; 
	left:0px;
	top:0px;
	z-index:0;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D9D9D9;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #4373F1;
	}
a:hover, a:active { 
	text-decoration: underline;
	color: #FDBA37;
	}

.flash {
	position:relative;
	top: 50px;
	z-index: 1;
}

.graybox {
	position:absolute;
	top: 100px;
	z-index: -1;
}

