If you want the logo centered, find in your stylesheet:
Code:
#logoWrapper {
    text-align:center;
    width:390px;
	height:390px;
	background-image: url(../../david/images/homepig2.jpg);
	background-repeat: no-repeat;
	}
and add
margin: auto;