Sorry... one more thing in the stylesheet...

You must force the TILING of the bg images to be from the centre, so, add the bits in RED:

Code:
body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color: #fff;
background-image: url('http://i412.photobucket.com/albums/pp209/smooshboosh/cutebg3.png');
background-position:center center;
	}
and

Code:
#headerWrapper {
background-image:url(http://i412.photobucket.com/albums/pp209/smooshboosh/cutebg3.png);
background-position:center center;