﻿body {
    background-image: url(/img/background-itzabitza.jpg);
  	background-attachment: fixed;
  	background-repeat:  no-repeat;
	background-position: top center;
	margin: 0;
	padding: 0;
}

#LogoBox {
    background-image: url(/img/itzabitza_logo.png);
    width: 165px;
    height: 66px;
    border: 0;
    margin: 0;
    background-repeat: no-repeat;
    }
  #cart-wrapper {
	width: 800px;
	border: 0px solid green;
}

#wrapper {
	width: 920px;
}	
.cartleft {
	width: 425px;
}

.cartright {
	width: 355px;
	}