/* #################### //
//                shopPOSI                //
// ################## */

body {
	background-color: #ee8800;
	padding: 0px;
	background-image: url(images/bkg.gif);
	background-repeat: repeat-y;
	background-position: top center;	
	height: auto;	
	margin: 0 auto;
}

html>body {
	background-attachment: fixed;
	margin: 0px auto 0px -1px;  /* top, right, bottom, left */
}