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