html
	{
	background-color: #AB3069;
	background: -moz-linear-gradient(center top , #AB3069 0%, #050505 585px) repeat scroll 0 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #AB3069), color-stop(585px,#050505));
	background: -webkit-linear-gradient(top, #AB3069 -1px,#050505 585px);
	background: -ms-linear-gradient(top, #AB3069 0%,#050505 585px);
	background: linear-gradient(top, #AB3069 0%,#050505 585px);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AB3069', endColorstr='#050505',GradientType=0 );
	}

body,
body.bg-xsmall,
body.bg-small,
body.bg-medium,
body.bg-large,
body.bg-xlarge,
body.bg-full
	{
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left top;
	background-color: transparent;
	background-image: url(/media/2767/charcoal.png);
	}

header div.phone-header ul li a,
header div.phone-header ul li span,
header div.phone-header ul li span.arrow
	{
	color: #ffffff;
	border-color: #ffffff;
	}