<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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;
}
*/

/*This code sets CSS BG below Javascript BG*/
body {
	z-index: 0;
	position: relative;
}

/* Footer for theme 1.5 */
/*
#footer.clearfix.alpha{
	margin-left : -10px;
	width : 1000px;
}
*/</pre></body></html>