pai din cate mi se pare tu nu faci bine css-ul acolo.

In loc de:

Cod:
#
                background-image:url(images/left-shadow.png);
                background-repeat:repeat-y;
ar fi trebuit:
Cod:
background: url(images/left-shadow.png) repeat-y center;
si la alea cu no repeat:
Cod:
background: url(images/header.png) no-repeat;