html
	{
	background-color: #24340F;
	background-image: none;
	}

body
	{
	background: none;
	}

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

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

div.header {
	background: #FFF;
	border-width: 5px 5px 0 5px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-style: solid;
	border-color: #919191;
	}

div.content.content-fix {
	padding-top: 20px;
	}

div.content-fix div.center {
	margin-top: 0;
	}

div.content.content-fix div.center-content div.store {
	border-top: 0;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	}


