html
	{
	background-color: #000;
	background-image: none;
	}

body
	{
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
	background-color: transparent;
	background-image: url(/layout/store/css/img/bg.jpg);
        background-size: cover;
	}

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: #646252;
	border-radius: 3px;
	}


/* Custom Stuff */

body > div.body.body-xlarge {
    background-repeat: repeat-x;
    background-position: center top;
    background-color: transparent;
    background-image: url(/layout/store/css/img/bg2.png);
}

div.header {
	height: 152px!important;
}

div.header > div.header-return-home {
	top: 5px;
	right: 655px!important;
}

div.header > div.header-return-home > a > span {
	display: none!important;
}

div.header > div.header-have-questions {
	top: 5px;
	right: 118px!important;
}

div.header div.header-have-questions p,
div.header div.header-return-home a {
	font-size: 14px;
}


#logo {
	text-align: center!important;
	float: none!important;
	top: 18px!important;
}

#logo img {
    height: 75px!important;
    width: 400px!important;
}