learn how to use your browser's webdev/web inspector tool...
background: url('../images/pageglare.png') no-repeat, -webkit-linear-gradient(top, rgba(126, 129, 117, 0.12) 0, rgba(126, 129, 117, 0.12) 287px) no-repeat, url('../images/page.png'), -webkit-linear-gradient(top, #85887C 0, #85887C 287px) no-repeat, #E4D4BB;
background: url('../images/pageglare.png') no-repeat, -moz-linear-gradient(top, rgba(126, 129, 117, 0.12) 0, rgba(126, 129, 117, 0.12) 287px) no-repeat, url('../images/page.png'), -moz-linear-gradient(top, #85887C 0, #85887C 287px) no-repeat, #E4D4BB;
background-attachment: scroll, scroll, scroll, scroll, scroll;
background-size: auto auto, auto auto, auto auto, auto auto, auto auto;
Header image is index.css ~3347
change to no-repeat
then in index.css ~2659
replace
margin: 0;
with
margin 28px 0 auto;