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

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

h1, a {color:#ead570;}

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