html
	{
	background-color: #FFFFFF;
	background-image: none;
	}

body
	{
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: transparent;
	background-image: url(/layout/store/css/img/bg.png);
	}

div.header div.header-return-home a,
div.header div.header-have-questions p 
	{
	color: #00477F;
	}

div.content.content-fix div.center-content div.store 
	{
	border-width: 2px;
	border-style: solid;
	border-color: #997A22;
	border-radius: 3px;
	}

div.header div.header-return-home {
    background: #f2f2f2;
    padding: 20px;
    width: 400px;
    text-align: center;
    top: 4px;
}

div.header div.header-have-questions {
    background: #f2f2f2;
    padding: 20px;
    text-align: center;
    width: 400px;
    white-space: normal;
    top:38px;
}

div.content-fix div.header div.header-return-home, div.content-fix div.header div.header-have-questions {
    right: -2px;
}