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

body
	{
	background: none;
	}

div.header div.header-return-home a,
div.header div.header-have-questions p 
	{
	color: #ffffff;
	}

div.content.content-fix div.center-content div.store 
	{
	border-width: 0;
	border-style: solid;
	border-color: #50729A;
	border-radius: 3px;
	}

html.webkit,
html.gecko {
	background-color: #375752;
	background-repeat: no-repeat;
	}


