There are two elements in my header: a horizontally repeated stripe and the logo. The issue I am facing is that the shadow of the logo is conflicting with the shadow of the stripe.
#header {
width: 100%;
height: 90px;
background: url('../images/header_bg.png') repeat-x;
color: #fff;
}
#logo {
margin: 0 auto;
width: 377px;
height: 145px;
background: url('../images/logo.png');
}