html
	{
	background-color: #4C65A5;
	background: -moz-linear-gradient(center top , #4C65A5 0%, #ffffff 585px) repeat scroll 0 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4C65A5), color-stop(585px,#ffffff));
	background: -webkit-linear-gradient(top, #4C65A5 -1px,#ffffff 585px);
	background: -ms-linear-gradient(top, #4C65A5) 0%,#ffffff 585px);
	background: linear-gradient(top, #4C65A5 0%,#ffffff 585px);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C65A5', endColorstr='#ffffff',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: 1px;
	border-style: solid;
	border-color: #1D3A89;
	}


