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

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

h1, a {color:#7983BE;}

#nav a {color:#e7eaf4; border-right-color:#c6cce4;}
	#nav .on {background:url(../images/white-blue/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/white-blue/button-continue.gif);}