/* CSS Document */
/*White background, blue spiral*/
body {background:url(../images/blue-yellow/bg-body.gif) repeat-x #293053; color:#fff;}

/*#spiral {background:url(../images/blue-yellow/spiral.jpg) no-repeat;}*/

h1, a {color:#ead570;}

#nav a {color:#c2c4ce; border-right-color:#6d728a;}
	#nav .on {background:url(../images/blue-yellow/bg-nav-on.gif) no-repeat center;}
	/*Would have been nice to use a global PNG here, but IE6 trips out when centering BG image*/
	
#continue, #continue a {background:url(../images/blue-yellow/button-continue.gif);}