div#contentWrap
{
	background: #fff url('/images/shogun/bg/2011q4-day.jpg') fixed no-repeat top center;
}

div#contentWrap.dawn
{
	background: #ccd3e4 url('/images/shogun/bg/2011q4-dawn.jpg') fixed no-repeat top center;
}
div#contentWrap.day
{
	background: #fff url('/images/shogun/bg/2011q4-day.jpg') fixed no-repeat top center;
}
div#contentWrap.dusk
{
	background: #596c8f url('/images/shogun/bg/2011q4-dusk.jpg') fixed no-repeat top center;
}
div#contentWrap.night
{
	background: #0c2848 url('/images/shogun/bg/2011q4-night.jpg') fixed no-repeat top center;
}

div#container
{
	border: 0px;
	background: transparent;
}
div#topPanel
{
	background: transparent;
}
/* The following border css styling was entered to place borders on the nav / content while the 2011Q4 winter toppanels are in place */
div#navWrap
{
	border-left:1px solid #9F9F9F;
	border-right:1px solid #9F9F9F;
}
div#contentPanel
{
	border-left:1px solid #9F9F9F;
	border-right:1px solid #9F9F9F;
}
