A:link {text-decoration: none;color: #FFFFFF;}  
A:visited {text-decoration: none;color: #FFFFF;}  
A:active {text-decoration: none;color: #FFFFF;}  
A:hover {text-decoration: underline; color: #0000FF} 

#nav_bar {
	background: url("images/browntile.png");
	text-align: center;
	vertical-align: middle;
	position: fixed;
	top: 0;
	width: 100%;
	height: 24px;
	}

#body {
	background: url("images/darkwavesback.jpg");
	text-align: center;
	position: fixed;
	top: 24px;
	width: 100%;
	height: 90%;
	bottom: 5%;
	}	