div#contentWrap
{
	background: #fff url('/images/l200/bg/2011q4-day.jpg') fixed no-repeat top center;
}

div#contentWrap.dawn
{
	background: #d8e2e9 url('/images/l200/bg/2011q4-dawn.jpg') fixed no-repeat top center;
}
div#contentWrap.day
{
	background: #fff url('/images/l200/bg/2011q4-day.jpg') fixed no-repeat top center;
}
div#contentWrap.dusk
{
	background: #858588 url('/images/l200/bg/2011q4-dusk.jpg') fixed no-repeat top center;
}
div#contentWrap.night
{
	background: #0c2848 url('/images/l200/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;
}

/*
div#container
{
	border: 0px;
	background: transparent;
}
div#topPanel
{
	background: transparent;
}*/

/* Social Media Sharing Links */

#shareFacebook,
#shareTwitter
{
	display: block;
}

	#shareFacebook
	{
		top: 95px;
		left: 10px;
	}

	#shareTwitter
	{
		top: 95px;
		left: 100px;
	}
