/* This code sets CSS background below JavaScript background */
body {
	z-index: 0;
	position: relative;
}

/*PrestaShop 1.7 - This code defines a white background for the center column. */

 #wrapper .container{
	padding: 0 10px;
        background: #ffffff;
	margin-bottom: 0;
}

/* PrestaShop 1.6 - This code defines a white background for the center column. */

#header, #header > div:last-child > .container, #columns {
	padding: 0 10px;
	margin-bottom: 0;
}


/* PrestaShop 1.5 - This code defines a white background for the website page. */

#page {
	background: white;
	padding: 0 10px;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}


/* Footer for theme 1.5 */
/*
#footer.clearfix.alpha{
	margin-left: -10px;
	width: 1000px;
}
*/