/* CSS per HCAP e-shop */

body {
	margin:auto;
	background-image: url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	
}

.shop-contenitore {
	width:1000px;
	background-color:#FFFFFF;
        border-left:1px solid #cccccc;
        border-right:1px solid #cccccc;
}


