@charset "UTF-8";
body { background: url(../images/yellow_background.jpg) repeat fixed 50% 50%; }
#wrapper #mainNav ul { color: #FFFFFF; }
#wrapper #mainNav a:hover, #wrapper #mainNav a:active {
	color: #000000;
	text-decoration: none;
}
#wrapper #mainNav a.active, #wrapper #mainNav a.active:visited{
	color: #000000;
	text-decoration: none;
	cursor: default;
}

